CS104_Connection_sendProcessCommandEx

Function CS104_Connection_sendProcessCommandEx 

Source
pub unsafe extern "C" fn CS104_Connection_sendProcessCommandEx(
    self_: CS104_Connection,
    cot: CS101_CauseOfTransmission,
    ca: c_int,
    sc: InformationObject,
) -> bool
Expand description

Send a process command to the controlled (or other) station

§Arguments

  • cot - the cause of transmission (should be ACTIVATION to select/execute or ACT_TERM to cancel the command)
  • ca - the common address of the information object
  • command - the command information object (e.g. SingleCommand or DoubleCommand)

§Returns

true if message was sent, false otherwise