Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This report is capable of getting the device version information. More...
#include <scriptel-hid-reports.h>
Data Fields | |
unsigned char | report_id |
Report ID, should always be SCRIPTEL_FEATURE_VERSIONINFO. | |
unsigned char | kernel_version [3] |
Kernel version, defunct value, new firmware has this always the same as firmware version. More... | |
unsigned char | firmware_version [3] |
Version of the installed firmware. More... | |
unsigned short | asic_signature |
Signature of the ASIC. | |
This report is capable of getting the device version information.
unsigned char firmware_version[3] |
Version of the installed firmware.
Encoded in Binary Coded Decimal.
unsigned char kernel_version[3] |
Kernel version, defunct value, new firmware has this always the same as firmware version.
Encoded in Binary Coded Decimal.