[][src]Function libcoap_sys::coap_print_addr

pub unsafe extern "C" fn coap_print_addr(
    address: *const coap_address_t,
    buffer: *mut c_uchar,
    size: usize
) -> usize

Print the address into the defined buffer.

Internal Function.

@param address The address to print. @param buffer The buffer to print into. @param size The size of the buffer to print into.

@return The amount written into the buffer.