Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This report is capable of getting and setting the internal serial number on the device. More...
#include <scriptel-hid-reports.h>
Data Fields | |
unsigned char | report_id |
Report ID, should always be SCRIPTEL_FEATURE_SERIALNUMBER. | |
unsigned char | serial_number [32] |
Serial number is a maximum of 32 unsigned chars. More... | |
unsigned char | write_key_1 |
Write Key 1 - Should be 'S' for writing, cleared when reading. | |
unsigned char | write_key_2 |
Write Key 2 - Should be 'N' for writing, cleared when reading. | |
This report is capable of getting and setting the internal serial number on the device.
unsigned char serial_number[32] |
Serial number is a maximum of 32 unsigned chars.
The serial number can be padded with either spaces ' ' (0x20) or NULL (0x00). It's safer to assume there isn't any padding and treat it like binary data. Serial number of the device.