pub unsafe extern "C" fn coap_request_ctx_get_remote_udp(
    ctx: *const coap_request_ctx_t
) -> *const sock_udp_ep_t
Expand description

@brief Get the remote endpoint from which the request was received

@param[in] ctx The request context

@return Remote endpoint from which the request originated @return NULL The request was not received via UDP