Inherits FGProtocolWrapper.
|
static const uint8_t | STX = 0x02 |
|
static const uint8_t | ETX = 0x03 |
|
static const uint8_t | DLE = 0x00 |
|
Definition at line 164 of file generic.cxx.
◆ unwrap()
int FGSTXETXWrapper::unwrap |
( |
size_t | n, |
|
|
uint8_t * | buf ) |
|
virtual |
◆ wrap()
int FGSTXETXWrapper::wrap |
( |
size_t | n, |
|
|
uint8_t * | buf ) |
|
virtual |
◆ DLE
const uint8_t FGSTXETXWrapper::DLE = 0x00 |
|
static |
◆ ETX
const uint8_t FGSTXETXWrapper::ETX = 0x03 |
|
static |
◆ STX
const uint8_t FGSTXETXWrapper::STX = 0x02 |
|
static |
The documentation for this class was generated from the following file: