openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_GetIndexNode()

void * BSL_LIST_GetIndexNode ( uint32_t  ulIndex,
BslList pList 
)

This function returns the node at the given index in the list, starting at 0.

Parameters
pList[IN] The list
ulIndex[IN] The index in the list
Return values
Void*The element which was found [Void*]
Void*If none found [NULL]