Command: CMD_CNVT_REQ_SUSPEND
Destination: SD_CNVT
Destination Channel: Channel ID
Description
Clients use this command to suspend one or more previously requested signal conversions.A list of up to 255 signals, identified by the combination of a Signal Request Index and a Signal Index, may be included in the request.
Command data format
Number of Signals First Signal Request Index First Signal Index ... Last Signal Request Index Last Signal Index Padding 1 byte 1 byte 1 byte ... 1 byte 1 byte 0-3 bytes
Number of SignalsThe number of signals to follow.
SignalsEach signal is identified by a pair of numbers, a Signal Request Index and a Signal Index. The Signal Request Index is the first byte of the response to a CMD_CNVT_REQ_VALUES command. The Signal Index is the index of the desired signal in that CMD_CNVT_REQ_VALUES command. The first signal of a request has a Signal Index value of zero.
none
RESP_OK Execution of the command was successful. RESP_INVAL_CHAN The specified channel is invalid. RESP_UNSUPPORTED This command is not supported on the specified channel. RESP_UNREG The specified source channel is not registered with the server. RESP_UNKNOWN_ERR An unknown error occurred.