MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a fixed string. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/string/legato_fixedstring.h>
Data Fields | |
leString | base |
const leFixedStringVTable * | fn |
leChar * | data |
uint16_t | capacity |
uint16_t | length |
const leFont * | font |
This struct represents a fixed string.
String type that allocates internal memory to accommodate fixed string operations
leString base |
base data
uint16_t capacity |
string capacity
leChar* data |
data storage
const leFixedStringVTable* fn |
function table
const leFont* font |
string font
uint16_t length |
string length