IMasterConnection_sendACT_CON

Function IMasterConnection_sendACT_CON 

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

Send an ACT_CON ASDU to the client/master

ACT_CON is used for a command confirmation (positive or negative)

§Arguments

  • asdu - the ASDU to send to the client/master
  • negative - value of the negative flag

§Returns

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