MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laRectArray_RemoveAt( laRectArray* arr, uint32_t idx );
Parameters |
Description |
laRectArray* arr |
pointer to the array to modify |
uint32_t idx |
the index of the value to remove |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|