MPLAB® Harmony Graphics Suite
|
This function allocates memory for the input string argument. The application becomes responsible for the management of the memory after function completion.
The input string does not need to be initialized in any fashion before calling this function.
LIB_EXPORT laResult laKeyPadWidget_GetKeyText( laKeyPadWidget* pad, uint32_t row, uint32_t col, laString* str );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
uint32_t row |
the indicated row |
uint32_t col |
the indicated column |
laString* str |
a pointer to an laString object |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|