CS104_Connection_sendClockSyncCommand

Function CS104_Connection_sendClockSyncCommand 

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

Sends a clock synchronization command (C_CS_NA_1 typeID: 103)

§Arguments

  • ca - Common address of the slave/server
  • newTime - new system time for the slave/server

§Returns

true if message was sent, false otherwise