[][src]Function openthread_sys::otCoapSecureAddResource

pub unsafe extern "C" fn otCoapSecureAddResource(
    aInstance: *mut otInstance,
    aResource: *mut otCoapResource
)

This function adds a resource to the CoAP Secure server.

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