0x00 Info¶
This function page defines functions to get information from the device.
Functions¶
0x01 Firmware Information¶
This function returns several pieces of information about the firmware.
0x02 Supported Function Pages¶
This function returns the list of supported function pages by the device.
Request¶
Because a single report might not be enough to get the full list, the list may
have to by fetched by parts. For this reason the function supports getting the
list starting at a certain index, which is indicated by the start_index
argument.
The first time you call this, you will probably want to set start_index to 0
and then re-call the function with an incremented index if there are still
elements left in the list.
byte |
0 |
1 .. End |
|---|---|---|
description |
|
0x03 Supported Functions¶
This function returns the list of supported functions by the device.
This function is very similar to the 0x02 Supported Function Pages
function, the only difference being the addition of a function_page
argument to the request.
Request¶
Because a single report might not be enough to get the full list, the list may
have to by fetched by parts. For this reason the function supports getting the
list starting at a certain index, which is indicated by the start_index
argument.
The first time you call this, you will probably want to set start_index to 0
and then re-call the function with an incremented index if there are still
elements left in the list.
byte |
0 |
1 |
2 .. End |
|---|---|---|---|
description |
|
|