pub unsafe extern "C" fn CS104_Connection_setConnectionHandler(
self_: CS104_Connection,
handler: CS104_ConnectionHandler,
parameter: *mut c_void,
)Expand description
Set the connection event handler
ยงArguments
handler- user provided callback handler functionparameter- user provided parameter that is passed to the callback handler