Scriptel ScripTouch ProScript C Library
This documentation contains information about the ScripTouch ProScript C Library.
Data Fields
scriptel_hid_feature_edit_screen Struct Reference

Structure that can be used to modify a screen. More...

#include <scriptel-hid-reports.h>

Data Fields

unsigned char report_id
 Report ID, should always be SCRIPTEL_FEATURE_MODIFY_SCREEN.
 
unsigned char reserved_1
 Reserved for future use.
 
unsigned char reserved_2
 Reserved for future use.
 
unsigned char reserved_3
 Reserved for future use.
 
unsigned char reserved_4
 Reserved for future use.
 
unsigned char reserved_5
 Reserved for future use.
 
unsigned char reserved_6
 Reserved for future use.
 
unsigned char region_add
 Used to add a region to the screen, cannot be used with region_delete.
 
unsigned char region_delete
 Used to remove a region from the screen, cannot be used with region_add.
 
unsigned char timeout_set
 Used to declare we are changing the timeout value of this screen.
 
unsigned char screen_index
 The screen we are modifying data on.
 
unsigned char region_index
 The region to be modified, if this report is being used for that.
 
unsigned char region_screen_next
 The screen that appears when this region is interacted with. More...
 
unsigned char timeout
 The amount of time in seconds before this screen times out.
 
unsigned char timeout_screen_next
 The index of the screen the device advances to when this screen times out. More...
 

Detailed Description

Structure that can be used to modify a screen.

Field Documentation

◆ region_screen_next

unsigned char region_screen_next

The screen that appears when this region is interacted with.

Use 0xFF to do nothing.

◆ timeout_screen_next

unsigned char timeout_screen_next

The index of the screen the device advances to when this screen times out.

use 0xFF to do nothing.


The documentation for this struct was generated from the following file: