#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.
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.
static std::shared_ptr<HdlcdPacketCtrl> HdlcdPacketCtrl::CreateDeserializedPacket |
( |
| ) |
|
|
inlinestatic |
static HdlcdPacketCtrl HdlcdPacketCtrl::CreatePortStatusRequest |
( |
bool |
a_bLockSerialPort | ) |
|
|
inlinestatic |
static HdlcdPacketCtrl HdlcdPacketCtrl::CreatePortStatusResponse |
( |
bool |
a_bIsAlive, |
|
|
bool |
a_bIsLockedByOthers, |
|
|
bool |
a_bIsLockedBySelf |
|
) |
| |
|
inlinestatic |
bool HdlcdPacketCtrl::GetDesiredLockState |
( |
| ) |
const |
|
inline |
bool HdlcdPacketCtrl::GetIsAlive |
( |
| ) |
const |
|
inline |
bool HdlcdPacketCtrl::GetIsLockedByOthers |
( |
| ) |
const |
|
inline |
bool HdlcdPacketCtrl::GetIsLockedBySelf |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: