#include <GatewayClientError.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 30 of file GatewayClientError.h.
static GatewayClientError GatewayClientError::Create |
( |
uint16_t |
a_ReferenceNbr, |
|
|
uint16_t |
a_ErrorCode |
|
) |
| |
|
inlinestatic |
static std::shared_ptr<GatewayClientError> GatewayClientError::CreateDeserializedFrame |
( |
| ) |
|
|
inlinestatic |
uint16_t GatewayClientError::GetErrorCode |
( |
| ) |
const |
|
inline |
uint16_t GatewayClientError::GetReferenceNbr |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: