MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void leDynamicString_Constructor( leDynamicString* str );
Parameters |
Description |
leDynamicString* str |
the string to construct |
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
|