#include <ISerialPortHandler.h>
Definition at line 43 of file ISerialPortHandler.h.
virtual ISerialPortHandler::~ISerialPortHandler |
( |
| ) |
|
|
inlinevirtual |
virtual void ISerialPortHandler::ChangeBaudRate |
( |
| ) |
|
|
pure virtual |
virtual void ISerialPortHandler::DeliverBufferToClients |
( |
E_BUFFER_TYPE |
a_eBufferType, |
|
|
const std::vector< unsigned char > & |
a_Payload, |
|
|
bool |
a_bReliable, |
|
|
bool |
a_bInvalid, |
|
|
bool |
a_bWasSent |
|
) |
| |
|
pure virtual |
virtual void ISerialPortHandler::PropagateSerialPortState |
( |
| ) |
|
|
pure virtual |
virtual void ISerialPortHandler::QueryForPayload |
( |
bool |
a_bQueryReliable, |
|
|
bool |
a_bQueryUnreliable |
|
) |
| |
|
pure virtual |
virtual bool ISerialPortHandler::RequiresBufferType |
( |
E_BUFFER_TYPE |
a_eBufferType | ) |
const |
|
pure virtual |
virtual void ISerialPortHandler::TransmitHDLCFrame |
( |
const std::vector< unsigned char > & |
a_Payload | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: