CS104_Connection_setConnectionHandler

Function CS104_Connection_setConnectionHandler 

Source
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 function
  • parameter - user provided parameter that is passed to the callback handler