Satellite-Gateway
|
#include <HdlcdClientNewStatus.h>
Public Member Functions | |
uint16_t | GetSerialPortNbr () const |
uint16_t | GetIsResumed () const |
uint16_t | GetIsAlive () const |
![]() | |
Frame () | |
The constructor of Frame objects. More... | |
virtual | ~Frame () |
The destructor of Frame objects. More... | |
size_t | BytesNeeded () const |
Query the amount of outstanding data during reception for frame assembly. More... | |
bool | ParseBytes (const unsigned char *a_ReadBuffer, size_t &a_ReadBufferOffset, size_t &a_BytesAvailable) |
Deliver a chunk of received bytes in the phase of deserialization. More... | |
Static Public Member Functions | |
static HdlcdClientNewStatus | Create (uint16_t a_SerialPortNbr, bool a_bIsResumed, bool a_bIsAlive) |
static std::shared_ptr< HdlcdClientNewStatus > | CreateDeserializedFrame () |
Additional Inherited Members | |
![]() | |
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 30 of file HdlcdClientNewStatus.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 40 of file HdlcdClientNewStatus.h.
|
inline |
Definition at line 58 of file HdlcdClientNewStatus.h.
|
inline |
Definition at line 53 of file HdlcdClientNewStatus.h.
|
inline |
Definition at line 48 of file HdlcdClientNewStatus.h.