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

@brief Get transport the packet was received over @see @ref gcoap_socket_type_t for values.

@param[in] ctx The request context

@return Transport Layer type of the request