CHAILink SDK
Version 1.3
|
typedef void(* NH_CHAI_WARNING)(CPENDPOINT const *pOptionalSource, WarningCodes const code, WarningDomains const eDomain, CPCHAR8 const *const utf8Title, CPCHAR8 const *const utf8Content) |
The CHAI received a warning message and forward it to the application.
[in] | pOptionalSource | Pointer to the source of the warning message, if available |
[in] | code | Warning code (see WarningCodes enumeration in CLC_Enums.h) |
[in] | domain | Warning domain (see WarningDomains enumeration in CLC_Enums.h) |
[in] | strTitle | Title of the warning |
[in] | strContent | Additional content |