Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Callbacks

    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.

Parameters
[in]u8MsgTypeThe type of the message received.
[in]pvMsgA structure to provide notification payload.