UICB_ShowMsg_t
This function will display a message to the user as specified in pszMessage.
Synopsis
#include < uicallbacks.h >
void(* UICB_ShowMsg_t)( UICB_MsgType_t msgType, const char * pszMessage );
| Parameter | Description |
|---|---|
| pszMessage | Message to display. |
| msgType | Type of message to display. |