Function qpid_proton_sys::pn_transport_condition[][src]

pub unsafe extern "C" fn pn_transport_condition(
    transport: *mut pn_transport_t
) -> *mut pn_condition_t
Expand description

Get additional information about the condition of the transport. When a PN_TRANSPORT_ERROR event occurs, this operation can be used to access the details of the error condition. The pointer returned by this operation is valid until the transport object is freed.