Function Snpe_StringList_Append

Function Documentation

Snpe_ErrorCode_t Snpe_StringList_Append(Snpe_StringList_Handle_t stringListHandle, const char *string)

Append a string to the list.

Parameters
  • stringListHandle[in] : Handle to access the stringList

  • str[in] Null-terminated ASCII string to append to the list.

Returns

SNPE_SUCCESS if Append operation successful.