CS104_Connection_sendTestCommand

Function CS104_Connection_sendTestCommand 

Source
pub unsafe extern "C" fn CS104_Connection_sendTestCommand(
    self_: CS104_Connection,
    ca: c_int,
) -> bool
Expand description

Send a test command (C_TS_NA_1 typeID: 104)

Note: This command is not supported by IEC 60870-5-104

§Arguments

  • ca - Common address of the slave/server

§Returns

true if message was sent, false otherwise