Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
|
This report contains information about a ScripTouch device's current running state. More...
#include <scriptel-hid-reports.h>
Data Fields | |
unsigned char | report_id |
Report ID, should be set to SCRIPTEL_FEATURE_DEVICE_STATUS. | |
unsigned char | is_initializing |
Is initializing. | |
unsigned char | is_idle |
Is Idle (command mode) | |
unsigned char | calibration_required |
Calibration required (is not calibrated) | |
unsigned char | is_calibrating |
Is calibrating. | |
unsigned char | all_output_commands_locked |
All output is locked. | |
unsigned char | operating_mode_commands_locked |
Operating mode commands locked. | |
unsigned char | region_commands_locked |
Region commands locked. | |
unsigned char | screen_commands_locked |
Screen commands locked. | |
unsigned char | display_commands_locked |
Display commands locked. | |
unsigned char | calibration_commands_locked |
Calibration commands locked. | |
unsigned char | reserved1 |
Reserved for future use. | |
unsigned short | reserved2 |
Reserved for future use. | |
unsigned short | last_error |
The last error that occured, cleared on power up. | |
char | error_info [64] |
An human readable string explaining the error. | |
This report contains information about a ScripTouch device's current running state.