[][src]Function openthread_sys::otCoapSecureIsConnectionActive

pub unsafe extern "C" fn otCoapSecureIsConnectionActive(
    aInstance: *mut otInstance
) -> bool

This method 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.