pub unsafe extern "C" fn CS104_Slave_enqueueASDU(
self_: CS104_Slave,
asdu: CS101_ASDU,
)Expand description
Add an ASDU to the low-priority queue of the slave (use for periodic and spontaneous messages)
ยงArguments
asdu- the ASDU to add
pub unsafe extern "C" fn CS104_Slave_enqueueASDU(
self_: CS104_Slave,
asdu: CS101_ASDU,
)Add an ASDU to the low-priority queue of the slave (use for periodic and spontaneous messages)
asdu - the ASDU to add