VivicoreSerial library
Public Attributes | List of all members
RawData_t Struct Reference

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
 

Detailed Description

This is data buffer structure to read raw data from core.

Member Data Documentation

◆ data

uint8_t RawData_t::data[NUM_MAX_UART_PKT_BODY_DATA]

Raw data which is read from core

◆ data_len

size_t RawData_t::data_len

Actual data length in data buffer

◆ success

bool RawData_t::success

true is no error, and another is some error


The documentation for this struct was generated from the following file: