pub unsafe extern "C" fn coap_request_ctx_init(
    ctx: *mut coap_request_ctx_t,
    remote: *mut sock_udp_ep_t
)
Expand description

@brief Initialize CoAP request context

@param[in] ctx Pointer to the request context to initialize @param[in] remote Remote endpoint that made the request