diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 16:23:19 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 16:23:19 +0200 |
commit | 9b56396ba19617b70ebde5f5072ad8b401697e50 (patch) | |
tree | abc5c6d188d4008f2fb3b3b0a0f2b1ff89a2c12d /heimdall/source/BridgeManager.h | |
parent | Updated copyright notices to 2014 (diff) | |
download | Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.gz Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.bz2 Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.lz Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.xz Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.tar.zst Heimdall-9b56396ba19617b70ebde5f5072ad8b401697e50.zip |
Diffstat (limited to 'heimdall/source/BridgeManager.h')
-rw-r--r-- | heimdall/source/BridgeManager.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index 04b03c3..9ebbdae 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -89,14 +89,6 @@ namespace Heimdall Default = Error
};
- typedef struct
- {
- unsigned int dteRate;
- unsigned char charFormat;
- unsigned char parityType;
- unsigned char dataBits;
- } LineCoding;
-
private:
static const DeviceIdentifier supportedDevices[kSupportedDeviceCount];
@@ -133,9 +125,6 @@ namespace Heimdall bool InitialiseProtocol(void);
- bool SetControlLineState(unsigned short controlSignalFlags);
- bool SetControlLineCoding(LineCoding lineCoding);
-
bool SendBulkTransfer(unsigned char *data, int length, int timeout = 3000, bool retry = true) const;
public:
|