pub unsafe extern "C" fn CS104_Connection_sendProcessCommandEx(
self_: CS104_Connection,
cot: CS101_CauseOfTransmission,
ca: c_int,
sc: InformationObject,
) -> boolExpand 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 objectcommand- the command information object (e.g. SingleCommand or DoubleCommand)
§Returns
true if message was sent, false otherwise