pub type otCoapSecureAutoStopCallback = Option<unsafe extern "C" fn(aContext: *mut c_void)>;
Expand description
Callback function pointer to notify when the CoAP secure agent is automatically stopped due to reaching the maximum number of connection attempts.
@param[in] aContext A pointer to arbitrary context information.
Aliased Type§
enum otCoapSecureAutoStopCallback {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}