VivicoreSerial library
|
This is data buffer structure to read raw data from core. More...
#include <VivicoreSerial.h>
Public Attributes | |
uint8_t | data [NUM_MAX_UART_PKT_BODY_DATA] |
size_t | data_len |
bool | success |
This is data buffer structure to read raw data from core.
uint8_t RawData_t::data[NUM_MAX_UART_PKT_BODY_DATA] |
Raw data which is read from core
size_t RawData_t::data_len |
Actual data length in data buffer
bool RawData_t::success |
true is no error, and another is some error