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

Indicates whether or not the DTLS session is connected.

@param[in] aInstance A pointer to an OpenThread instance.

@retval TRUE The DTLS session is connected. @retval FALSE The DTLS session is not connected.