The Transport Handler interface structure, allowing a transport to communicate with the OAL. More...
Data Structures | |
struct | DTLTransportHandlerFns_t |
The DTLTransportHandler interface function structure, containing a list of function pointers that implement the interface. More... | |
The Transport Handler interface structure, allowing a transport to communicate with the OAL.
The Transport Handler interface.
This interface is implemented by the C OAL.
This interface is called by a transport implementation to notify the OAL of opened connections, started servers, and received packets.
Defined as a pointer to the DTLTransportHandler_t structure. Refer to the structure for more information.