riot_sys

Function coap_request_ctx_get_local_udp

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

@brief Get the local endpoint on which the request has been received

@param[in] ctx The request context

@return Local endpoint to which the request has been received @return NULL The request was not received via UDP