CS101_Slave_setDelayAcquisitionHandler

Function CS101_Slave_setDelayAcquisitionHandler 

Source
pub unsafe extern "C" fn CS101_Slave_setDelayAcquisitionHandler(
    self_: CS101_Slave,
    handler: CS101_DelayAcquisitionHandler,
    parameter: *mut c_void,
)
Expand description

Set the handler for the delay acquisition message

ยงArguments

  • handler - the callback handler function
  • parameter - user provided parameter to be passed to the callback handler