#include <HdlcdPacketCtrl.h>
|
| std::vector< unsigned char > | m_Buffer |
| | The buffer containing partly received frames or higher-layer payload. More...
|
| |
| size_t | m_BytesRemaining |
| | The amount of bytes required to finalize frame assembly during reception. More...
|
| |
Definition at line 43 of file HdlcdPacketCtrl.h.
§ E_CTRL_TYPE
| Enumerator |
|---|
| CTRL_TYPE_PORT_STATUS | |
| CTRL_TYPE_ECHO | |
| CTRL_TYPE_KEEP_ALIVE | |
| CTRL_TYPE_PORT_KILL | |
| CTRL_TYPE_UNSET | |
Definition at line 46 of file HdlcdPacketCtrl.h.
§ CreateDeserializedPacket()
| static std::shared_ptr<HdlcdPacketCtrl> HdlcdPacketCtrl::CreateDeserializedPacket |
( |
| ) |
|
|
inlinestatic |
§ CreateEchoRequest()
§ CreateKeepAliveRequest()
§ CreatePortKillRequest()
§ CreatePortStatusRequest()
| static HdlcdPacketCtrl HdlcdPacketCtrl::CreatePortStatusRequest |
( |
bool |
a_bLockSerialPort | ) |
|
|
inlinestatic |
§ CreatePortStatusResponse()
| static HdlcdPacketCtrl HdlcdPacketCtrl::CreatePortStatusResponse |
( |
bool |
a_bIsAlive, |
|
|
bool |
a_bIsLockedByOthers, |
|
|
bool |
a_bIsLockedBySelf |
|
) |
| |
|
inlinestatic |
§ GetDesiredLockState()
| bool HdlcdPacketCtrl::GetDesiredLockState |
( |
| ) |
const |
|
inline |
§ GetIsAlive()
| bool HdlcdPacketCtrl::GetIsAlive |
( |
| ) |
const |
|
inline |
§ GetIsLockedByOthers()
| bool HdlcdPacketCtrl::GetIsLockedByOthers |
( |
| ) |
const |
|
inline |
§ GetIsLockedBySelf()
| bool HdlcdPacketCtrl::GetIsLockedBySelf |
( |
| ) |
const |
|
inline |
§ GetPacketType()
The documentation for this class was generated from the following file: