sbgECom
1.11.920-stable
|
#include <sbgEComProtocol.h>
Data Fields | |
SbgInterface * | pLinkedInterface |
uint8_t | rxBuffer [SBG_ECOM_MAX_BUFFER_SIZE] |
size_t | rxBufferSize |
Struct containing all protocol related data.
SbgInterface* _SbgEComProtocol::pLinkedInterface |
Associated interface used by the protocol to read/write bytes.
uint8_t _SbgEComProtocol::rxBuffer[SBG_ECOM_MAX_BUFFER_SIZE] |
The reception buffer.
size_t _SbgEComProtocol::rxBufferSize |
The current reception buffer size in bytes.