removeObject
Removes a current member of the array.
Declaration
void removeObject(uint32_t index);Parameters
- index:
Zero based index less than the array count of the object to remove.
Discussion
Removes a current member of the array, shifting down all following members. The removed object is released.