HDLC-Daemon
|
This is the complete list of members for ProtocolState, including all inherited members.
AddReceivedRawBytes(const unsigned char *a_Buffer, size_t a_Bytes) | ProtocolState | |
InterpretDeserializedFrame(const std::vector< unsigned char > &a_Payload, const HdlcFrame &a_HdlcFrame, bool a_bMessageInvalid) | ProtocolState | |
IsAlive() const | ProtocolState | inline |
IsRunning() const | ProtocolState | inline |
ProtocolState(std::shared_ptr< ISerialPortHandler > a_SerialPortHandler, boost::asio::io_service &a_IOService) | ProtocolState | |
SendPayload(const std::vector< unsigned char > &a_Payload, bool a_bReliable) | ProtocolState | |
Shutdown() | ProtocolState | |
Start() | ProtocolState | |
Stop() | ProtocolState | |
TriggerNextHDLCFrame() | ProtocolState |