CS104_Connection_sendASDU

Function CS104_Connection_sendASDU 

Source
pub unsafe extern "C" fn CS104_Connection_sendASDU(
    self_: CS104_Connection,
    asdu: CS101_ASDU,
) -> bool
Expand description

Send a user specified ASDU

§Arguments

  • asdu - the ASDU to send

§Returns

true if message was sent, false otherwise