CS104_Connection_sendTestCommandWithTimestamp

Function CS104_Connection_sendTestCommandWithTimestamp 

Source
pub unsafe extern "C" fn CS104_Connection_sendTestCommandWithTimestamp(
    self_: CS104_Connection,
    ca: c_int,
    tsc: u16,
    timestamp: CP56Time2a,
) -> bool
Expand description

Send a test command with timestamp (C_TS_TA_1 typeID: 107)

§Arguments

  • ca - Common address of the slave/server
  • tsc - test sequence counter
  • timestamp - CP56Time2a timestamp

§Returns

true if message was sent, false otherwise