BaudRates enum name | CLComm.CLAllSerial | |
BFCLErrorCodes enum name | CLComm.CLAllSerial | |
BFGetBaudRate() | CLComm.CLAllSerial | |
BFSerialCancelRead() | CLComm.CLAllSerial | |
BFSerialInit(uint BoardIndex) | CLComm.CLAllSerial | |
BFSerialRead(uint MaxBytesToRead) | CLComm.CLAllSerial | |
BFSerialRead(byte[] Buffer, ref uint BufferSize) | CLComm.CLAllSerial | |
BFSerialReadArray(uint MaxBytesToRead) | CLComm.CLAllSerial | |
BFSerialSettings(BaudRates baudRate, DataBits dataBits, Parity parity, StopBits stopBits) | CLComm.CLAllSerial | |
BFSVersion(ref UInt32 majorVersionRef, ref UInt32 minorVersionRef) | CLComm.CLAllSerial | static |
BFSWConnectorSerialInit(uint Switch, uint Connector) | CLComm.CLAllSerial | |
BoardConnector | CLComm.CLAllSerial | |
BoardNumber | CLComm.CLAllSerial | |
BoardSwitch | CLComm.CLAllSerial | |
DataBits enum name | CLComm.CLAllSerial | |
ErrorCodes enum name | CLComm.CLAllSerial | |
FlushPort() | CLComm.CLAllSerial | |
GetBoardSWConnector(ref uint Switch, ref uint Connector) | CLComm.CLAllSerial | |
GetErrorText(ErrorCodes ErrorCode) | CLComm.CLAllSerial | static |
GetNumBytesAvail() | CLComm.CLAllSerial | |
GetNumPorts() | CLComm.CLAllSerial | static |
GetPortInfo(uint SerialIndex, ref string ManufacturerName, ref string PortID, ref uint Version) | CLComm.CLAllSerial | static |
GetSupportedBaudRates() | CLComm.CLAllSerial | |
Initialized | CLComm.CLAllSerial | |
Parity enum name | CLComm.CLAllSerial | |
PortIndex | CLComm.CLAllSerial | |
PortIsBF | CLComm.CLAllSerial | |
SerialClose() | CLComm.CLAllSerial | |
SerialInit(uint SerialIndex) | CLComm.CLAllSerial | |
SerialRead(uint NumBytesToRead, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialRead(byte[] Buffer, ref uint BufferSize, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialReadArray(uint NumBytesToRead, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialReadArrayEx(uint NumBytesToRead, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialReadArrayEx(uint NumBytesToRead, uint SerialTimeout, out bool TimeoutExceeded) | CLComm.CLAllSerial | |
SerialReadEx(uint NumBytesToRead, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialReadEx(uint NumBytesToRead, uint SerialTimeout, out bool TimeoutExceeded) | CLComm.CLAllSerial | |
SerialReadEx(byte[] Buffer, ref uint BufferSize, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialWrite(string Message, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialWrite(byte[] Buffer, ref uint BufferSize, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialWrite(sbyte[] Buffer, uint SerialTimeout) | CLComm.CLAllSerial | |
SerialWrite(byte[] Buffer, uint SerialTimeout) | CLComm.CLAllSerial | |
SetBaudRate(BaudRates BaudRate) | CLComm.CLAllSerial | |
StopBits enum name | CLComm.CLAllSerial | |
Versions enum name | CLComm.CLAllSerial | |