CS104_Connection_sendInterrogationCommand

Function CS104_Connection_sendInterrogationCommand 

Source
pub unsafe extern "C" fn CS104_Connection_sendInterrogationCommand(
    self_: CS104_Connection,
    cot: CS101_CauseOfTransmission,
    ca: c_int,
    qoi: QualifierOfInterrogation,
) -> bool
Expand description

send an interrogation command

§Arguments

  • cot - cause of transmission
  • ca - Common address of the slave/server
  • qoi - qualifier of interrogation (20 for station interrogation)

§Returns

true if message was sent, false otherwise