#include <HdlcdPacketData.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 HdlcdPacketData.h.
static std::shared_ptr<HdlcdPacketData> HdlcdPacketData::CreateDeserializedPacket |
( |
| ) |
|
|
inlinestatic |
static HdlcdPacketData HdlcdPacketData::CreatePacket |
( |
const std::vector< unsigned char > |
a_Payload, |
|
|
bool |
a_bReliable, |
|
|
bool |
a_bInvalid = false , |
|
|
bool |
a_bWasSent = false |
|
) |
| |
|
inlinestatic |
const std::vector<unsigned char>& HdlcdPacketData::GetData |
( |
| ) |
const |
|
inline |
bool HdlcdPacketData::GetInvalid |
( |
| ) |
const |
|
inline |
bool HdlcdPacketData::GetReliable |
( |
| ) |
const |
|
inline |
bool HdlcdPacketData::GetWasSent |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: