#include <tmr_types.h>
Public Attributes | |
uint16_t | max |
char * | value |
Internal string representation with known storage size
Definition at line 41 of file tmr_types.h.
uint16_t TMR_String::max |
The allocated number of bytes pointed to
Definition at line 46 of file tmr_types.h.
char* TMR_String::value |
The null-terminated string value
Definition at line 44 of file tmr_types.h.