pub unsafe extern "C" fn CS101_Slave_setResetCUHandler(
self_: CS101_Slave,
handler: CS101_ResetCUHandler,
parameter: *mut c_void,
)Expand description
Set the handler for the reset CU (communication unit) message
ยงArguments
handler- the callback handler functionparameter- user provided parameter to be passed to the callback handler