Provides detail on the available callbacks for the SSL Layer.
Typedefs | |
typedef void(* | tpfAppSSLCb )(uint8 u8MsgType, void *pvMsg) |
A callback to get SSL notifications. More... | |
void(* tpfAppSSLCb)(uint8 u8MsgType, void *pvMsg) |
A callback to get SSL notifications.
[in] | u8MsgType | The type of the message received. |
[in] | pvMsg | A structure to provide notification payload. |