pub type CS101_DelayAcquisitionHandler = Option<unsafe extern "C" fn(parameter: *mut c_void, connection: IMasterConnection, asdu: CS101_ASDU, delayTime: CP16Time2a) -> bool>;Expand description
Handler for delay acquisition command (C_CD_NA:1 - 106)
Aliased Type§
pub enum CS101_DelayAcquisitionHandler {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut sIMasterConnection, *mut sCS101_ASDU, *mut sCP16Time2a) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut sIMasterConnection, *mut sCS101_ASDU, *mut sCP16Time2a) -> bool)
Some value of type T.