Function Snpe_StringList_Begin¶
Defined in File StringList.h
Function Documentation¶
-
const char **Snpe_StringList_Begin(Snpe_StringList_Handle_t stringListHandle)¶
Pointer to the first string in the list. Can be used to iterate through the list.
- Parameters
stringListHandle – [in] : Handle to access the stringList
- Returns
Pointer to the first string in the list.