Sending commands

All commands are defined and sent in three steps:

  1. Initiate the command. This identifies the command type and what it executes.

  2. Define parameter values, if necessary.

  3. Send the command. ct_send writes the command symbols and data to the network. The server then reads the command, interprets it, and executes it.