Function Snpe_StringList_At¶
Defined in File StringList.h
Function Documentation¶
-
const char *Snpe_StringList_At(Snpe_StringList_Handle_t stringListHandle, size_t idx)¶
Returns the string at the indicated position, or an empty string if the positions is greater than the size of the list.
- Parameters
stringListHandle – [in] : Handle to access the stringList
idx – [in] Position in the list of the desired string
- Returns
the string at the indicated position