Please enable JavaScript to view this site.

Code:

AS + 733

Symbolic:

bccSysReportInfo

This command will query information about system report on the remote device. Request has no parameters.

On success, a bccAck is received with following data:

Offset

Type

Label

Description

0

U32

OLDID

Oldest system report item ID

4

U32

NEWID

Newest system report item ID

8

U32

NITEM

No. of system report items (in range from OLDID to NEWID, all included)

12

U32

SIZE

System report size (no. of storable items)

16

U32

REPID

System report content ID

On failure, a bccNack is received.

System report handling is based on the following statements:

Item ID are allocated progressively, with an exception: at value 0xFFFFFFFF, next valid ID will be 0.

The no. of items from OLDID and NEWID will be calculated as: if NEWID great or equal than OLDID maximum no. is (NEWID - OLDID + 1), otherwise is ((0xFFFFFFFF - OLDID + 1) + NEWID + 1).

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC