pub unsafe extern "C" fn CS101_Master_sendASDU(
self_: CS101_Master,
asdu: CS101_ASDU,
)Expand description
Send a user specified ASDU
This function can be used for any kind of ASDU types. It can also be used for monitoring messages in reverse direction.
NOTE: The ASDU is put into a message queue and will be sent whenever the link layer state machine is able to transmit the ASDU. The ASDUs will be sent in the order they are put into the queue.
ยงArguments
asdu- the ASDU to send