CS104_Connection_sendCounterInterrogationCommand

Function CS104_Connection_sendCounterInterrogationCommand 

Source
pub unsafe extern "C" fn CS104_Connection_sendCounterInterrogationCommand(
    self_: CS104_Connection,
    cot: CS101_CauseOfTransmission,
    ca: c_int,
    qcc: u8,
) -> bool
Expand description

send a counter interrogation command

§Arguments

  • cot - cause of transmission
  • ca - Common address of the slave/server
  • qcc -

§Returns

true if message was sent, false otherwise