#include <sbgEComProtocol.h>
Public Attributes | |
| SbgInterface * | pLinkedInterface |
| uint8_t | rxBuffer [SBG_ECOM_MAX_BUFFER_SIZE] |
| size_t | rxBufferSize |
Struct containing all protocol related data.
Definition at line 50 of file sbgEComProtocol.h.
| SbgInterface* _SbgEComProtocol::pLinkedInterface |
Associated interface used by the protocol to read/write bytes.
Definition at line 52 of file sbgEComProtocol.h.
| uint8_t _SbgEComProtocol::rxBuffer[SBG_ECOM_MAX_BUFFER_SIZE] |
The reception buffer.
Definition at line 53 of file sbgEComProtocol.h.
| size_t _SbgEComProtocol::rxBufferSize |
The current reception buffer size in bytes.
Definition at line 54 of file sbgEComProtocol.h.