Code: |
AS + 812 |
Symbolic: |
bccLadMonStop |
This command will stop the specified ladder monitor (or all monitor for same owner). Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
OWNER |
Owner ID |
4 |
U32 |
MONID |
Monitor ID (or 0xFFFFFFFF for all monitor for same owner) |
On success, a bccAck is received with no data.
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackIllegalArgs |
Illegal arguments |
U16 What illegal: 0=Owner ID 1=Monitor ID |
nackNotFound |
Monitor not found |
|