Function qpid_proton_sys::pn_message_decode[][src]

pub unsafe extern "C" fn pn_message_decode(
    msg: *mut pn_message_t,
    bytes: *const c_char,
    size: usize
) -> i32
Expand description

Decode/load message content from AMQP formatted binary data. Upon invoking this operation, any existing message content will be cleared and replaced with the content from the provided binary data.