Code: |
AS + 408 |
Symbolic: |
bccMonWrite |
This command will be used to write data to an existing monitor. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
OWNER |
Owner ID |
4 |
U32 |
ID |
Monitor ID |
8 |
... |
|
Monitor data (#1) acccording monitor variable definition |
(#1) Due to initial parameter, the maximum data length is reduced to 255-8.
On success, a bccAck is received .
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackNotFound |
Monitor not found on device |
|
nackIllegalArgs |
Illegal arguments |
U16 What illegal: 1=Data size (mismatch) |
nackReadOnly |
Cant write data |
I32 Item index |
nackNotInitialized |
Variable is not initialized |
I32 Item index |