Code: |
AS + 401 |
Symbolic: |
bccMonDestroy |
This command will try to destroy an existing variable monitor (or all monitor of the owner) on the connected device. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
OWNER |
Owner ID |
4 |
U32 |
ID |
Monitor ID, or 0xFFFFFFFFF for all owner's monitor. |
On success, a bccAck is received with no data.
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackNotFound |
Monitor not found |
|
NOTE: if monitor is running (data stream active), it will be automatically stopped.