IMasterConnection_sendACT_TERM

Function IMasterConnection_sendACT_TERM 

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

Send an ACT_TERM ASDU to the client/master

ACT_TERM is used to indicate that the command execution is complete.

§Arguments

  • asdu - the ASDU to send to the client/master

§Returns

true when the ASDU has been sent or queued for transmission, false otherwise