pub unsafe extern "C" fn otCoapSecureSetClientConnectEventCallback(
aInstance: *mut otInstance,
aHandler: otHandleCoapSecureClientConnect,
aContext: *mut c_void,
)
Expand description
Sets the connect event callback to indicate when a Client connection to the CoAP Secure server has changed.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aHandler A pointer to a function that will be called once DTLS connection has changed. @param[in] aContext A pointer to arbitrary context information. May be NULL if not used.