MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leFixedString_Constructor Function
MPLAB® Harmony Graphics Suite
leFixedString_Constructor Function
C
LIB_EXPORT void leFixedString_Constructor(
    leFixedString* str, 
    leChar* buf, 
    uint32_t size
);
Parameters
Parameters 
Description 
leFixedString* str 
the string to construct 
leChar* buf 
the buffer to assign to this string 
uint32_t size 
the size of the buffer 
Remarks

It is assumed that the pointer provided is being managed by the caller. Use leString_PDelete() to properly destruct this pointer.

MPLAB® Harmony Graphics Suite