MPLAB® Harmony Graphics Suite
|
This function allocates memory and initializes the input string pointer. The caller is responsible for managing the memory once this function returns.
LIB_EXPORT laResult laTextFieldWidget_GetText( laTextFieldWidget* txt, laString* str );
Parameters |
Description |
laTextFieldWidget* txt |
the widget |
laString* str |
a pointer to an laString object |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|