BAUD_110 enum value | SerialPort | |
BAUD_115200 enum value | SerialPort | |
BAUD_1200 enum value | SerialPort | |
BAUD_134 enum value | SerialPort | |
BAUD_150 enum value | SerialPort | |
BAUD_1800 enum value | SerialPort | |
BAUD_19200 enum value | SerialPort | |
BAUD_200 enum value | SerialPort | |
BAUD_230400 enum value | SerialPort | |
BAUD_2400 enum value | SerialPort | |
BAUD_300 enum value | SerialPort | |
BAUD_38400 enum value | SerialPort | |
BAUD_4800 enum value | SerialPort | |
BAUD_50 enum value | SerialPort | |
BAUD_57600 enum value | SerialPort | |
BAUD_600 enum value | SerialPort | |
BAUD_75 enum value | SerialPort | |
BAUD_9600 enum value | SerialPort | |
BAUD_DEFAULT enum value | SerialPort | |
BaudRate enum name | SerialPort | |
CHAR_SIZE_5 enum value | SerialPort | |
CHAR_SIZE_6 enum value | SerialPort | |
CHAR_SIZE_7 enum value | SerialPort | |
CHAR_SIZE_8 enum value | SerialPort | |
CHAR_SIZE_DEFAULT enum value | SerialPort | |
CharacterSize enum name | SerialPort | |
Close() | SerialPort | |
DataBuffer typedef | SerialPort | |
FLOW_CONTROL_DEFAULT enum value | SerialPort | |
FLOW_CONTROL_HARD enum value | SerialPort | |
FLOW_CONTROL_NONE enum value | SerialPort | |
FlowControl enum name | SerialPort | |
GetBaudRate() const | SerialPort | |
GetCharSize() const | SerialPort | |
GetFlowControl() const | SerialPort | |
GetNumOfStopBits() const | SerialPort | |
GetParity() const | SerialPort | |
IsDataAvailable() const | SerialPort | |
IsOpen() const | SerialPort | |
mSerialPortImpl | SerialPort | [private] |
Open(const BaudRate baudRate=BAUD_DEFAULT, const CharacterSize charSize=CHAR_SIZE_DEFAULT, const Parity parityType=PARITY_DEFAULT, const StopBits stopBits=STOP_BITS_DEFAULT, const FlowControl flowControl=FLOW_CONTROL_DEFAULT) | SerialPort | |
operator=(const SerialPort &otherSerialPort) | SerialPort | [private] |
Parity enum name | SerialPort | |
PARITY_DEFAULT enum value | SerialPort | |
PARITY_EVEN enum value | SerialPort | |
PARITY_NONE enum value | SerialPort | |
PARITY_ODD enum value | SerialPort | |
Read(DataBuffer &dataBuffer, const unsigned int numOfBytes=0, const unsigned int msTimeout=0) | SerialPort | |
ReadByte(const unsigned int msTimeout=0) | SerialPort | |
ReadLine(const unsigned int msTimeout=0, const char lineTerminator= '\n') | SerialPort | |
SerialPort(const std::string &serialPortName) | SerialPort | [explicit] |
SerialPort(const SerialPort &otherSerialPort) | SerialPort | [private] |
SetBaudRate(const BaudRate baudRate) | SerialPort | |
SetCharSize(const CharacterSize charSize) | SerialPort | |
SetFlowControl(const FlowControl flowControl) | SerialPort | |
SetNumOfStopBits(const StopBits numOfStopBits) | SerialPort | |
SetParity(const Parity parityType) | SerialPort | |
STOP_BITS_1 enum value | SerialPort | |
STOP_BITS_2 enum value | SerialPort | |
STOP_BITS_DEFAULT enum value | SerialPort | |
StopBits enum name | SerialPort | |
Write(const DataBuffer &dataBuffer) | SerialPort | |
Write(const std::string &dataString) | SerialPort | |
WriteByte(const unsigned char dataByte) | SerialPort | |
~SerialPort() | SerialPort |