pub unsafe extern "C" fn otCoapSecureIsConnectionActive(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether or not the DTLS session is active.
@param[in] aInstance A pointer to an OpenThread instance.
@retval TRUE If DTLS session is active. @retval FALSE If DTLS session is not active.