[][src]Function libcoap_sys::coap_show_pdu

pub unsafe extern "C" fn coap_show_pdu(
    level: coap_log_t,
    pdu: *const coap_pdu_t
)

Display the contents of the specified @p pdu. Note: The output method of coap_show_pdu() is dependent on the setting of coap_set_show_pdu_output().

@param level The required minimum logging level. @param pdu The PDU to decode.