pub type StatusOccurredFn = fn(i32, i32, i32, &mut dyn CallbackArg);Expand description
Function signature for the Status Occured callback used by the XFS API.
Handles a status event that occurred on the device.
ยงParameters
status: the status that occurred on the device (e.g. bill inserted)result: the result of the status eventextended_result: the extended result of the status eventcallback_arg: callback call argument (may be theunittype if not supplied)