Code: |
AS + 409 |
Symbolic: |
bccMonStatInfo |
This command will be used to query general statistical information about all device monitors. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
FLAGS |
Request flags: (none) |
On success, a bccAck is received with the following data:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
FLAGS |
Statistical flags: (none) |
4 |
U32 |
NMAX |
No. of maximum monitors (capacity) |
8 |
U32 |
NDEF |
No. of defined monitors |
12 |
U32 |
NNACT |
No. of inactive monitors |
16 |
U32 |
NACT |
No. of active monitors |
20 |
U32 |
NEXP |
No. of expired monitors |
24 |
U16 |
SFREQ |
Suggested data stream frequency [hz] |
26 |
U32 |
SWDT |
Suggested watchdog time [ms] |
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackIllegalArgs |
Illegal arguments |
U16 What illegal: 1=Flags |