
CM-1115(20)-RT-AR User Manual
(continued)
Commands
There are currently 7 command classes. All classes are defined in the C programming enumerated
type definition below:
typedef enum {
eCmnd_null,
eCmnd_set,
eCmnd_get,
eCmnd_io,
eCmnd_keepAlive,
eCmnd_rss,
eCmnd_rcu
} eCmnd;
This is a null command and should not be sent to the server.
This command is used to set programmable variables on the server.
This command is used to get programmable variables from the
server.
This command is used to monitor and control the I/O on the server.
This command is sent to the server as a means of allowing the
client to validate the communications path to the server.
This command class is used to control the RSS nest using the RCU.
Note: Project specific command. Not for general use.
This command class is used to update the display of the RCU.
Note: Project specific command. Not for general use.
Comentarios a estos manuales