pub unsafe extern "C" fn CS101_Master_sendProcessCommand(
self_: CS101_Master,
cot: CS101_CauseOfTransmission,
ca: c_int,
command: InformationObject,
)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 objectcommand- the command information object (e.g. SingleCommand or DoubleCommand)