[][src]Function qpid_proton_sys::pn_connection_close

pub unsafe extern "C" fn pn_connection_close(connection: *mut pn_connection_t)

Close a connection. Once this operation has completed, the PN_LOCAL_CLOSED state flag will be set. This may be called without calling pn_connection_open, in this case it is equivalent to calling pn_connection_open followed by pn_connection_close.