#include <tmr_types.h>
Public Attributes | |
uint16_t | len |
uint8_t * | list |
uint16_t | max |
List of uint8_t values
Definition at line 50 of file tmr_types.h.
uint16_t TMR_uint8List::len |
The number of entries in the list - may be larger than max, indicating truncated data.
Definition at line 57 of file tmr_types.h.
uint8_t* TMR_uint8List::list |
The array of values
Definition at line 53 of file tmr_types.h.
uint16_t TMR_uint8List::max |
The number of entries there is space for in the array
Definition at line 55 of file tmr_types.h.