Code: |
AS + 204 |
Symbolic: |
bccSetOC |
NOTE: this command is not supported in RTE firmware.
This command will set value for a output channel. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U16 |
CH |
Required channel index (see your hardware documentation for valid channel values) |
2 |
U8 |
STATE |
Required state (0=Off/Open, otherwise On/Close) |
On success, a bccAck is received without data.
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackIllegalArgs |
Illegal arguments |
U16 What illegal 1=Channel index 2=Channel state |
nackReadOnly |
Channel is not writable |
|