Typedef GenieDialog_QueryCallback_t¶
Defined in File GenieDialog.h
Typedef Documentation¶
-
typedef void (*GenieDialog_QueryCallback_t)(const char *response, const GenieDialog_SentenceCode_t sentenceCode, const void *userData)¶
A client-defined callback function to handle GenieDialog_query responses.
- Param response
[in] The null-terminated query response.
- Param sentenceCode
[in] The sentence code related to the responseStr.
- Param userData
[in] The userData field provided to GenieDialog_query.
- Return
None