pub type CS101_ResetCUHandler = Option<unsafe extern "C" fn(parameter: *mut c_void)>;Expand description
Handler will be called when a link layer reset CU (communication unit) message is received
NOTE: Can be used to empty the ASDU queues
§Arguments
parameter- a user provided parameter
Aliased Type§
pub enum CS101_ResetCUHandler {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}