pub unsafe extern "C" fn otCoapSecureStart(
    aInstance: *mut otInstance,
    aPort: u16
) -> otError
Expand description

Starts the CoAP Secure service.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aPort The local UDP port to bind to.

@retval OT_ERROR_NONE Successfully started the CoAP Secure server.