MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leDynamicString_Constructor Function
MPLAB® Harmony Graphics Suite
leDynamicString_Constructor Function
C
LIB_EXPORT void leDynamicString_Constructor(
    leDynamicString* str
);
Parameters
Parameters 
Description 
leDynamicString* str 
the string to construct 
Remarks

It is assumed that the pointer provided is being managed by the caller. Use the destructor member function to clean properly clean this object up.

MPLAB® Harmony Graphics Suite