SthidFeatureReportID Enumeration | |
This enumeration represents all of the Feature Report ID's used by the
ScripTouch API when talking with a ST Series device.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public enum FeatureReportID
Public Enumeration FeatureReportID
public enum class FeatureReportID
Members
| Member name | Value | Description |
---|
| SetRunMode | 10 |
Report to set run mode.
|
| GetSetFrequencyAmplitude | 20 |
Report to get or set frequency and amplitude.
|
| GetVersionInfo | 22 |
Report to get version info.
|
| SetDownloadFirmware | 25 |
Report to set into download firmware mode.
|
| GetSetErrorCorrectionTable | 26 |
Report to get or set the internal error correction table.
|
| GetSetDeviceSerialNumber | 27 |
Report to get or set the serial number stored in the device flash.
|
| SetDownloadFirmwareComplete | 29 |
Report to set the firmware download as complete and commit to device.
|
| GetSetModeFlagsGlassCornersTotalSamplesFilterFrequency | 41 |
Report to get or set the glass corner total sample filter frequency.
|
| GetSetPenProperties | 50 |
Report to get or set the pen properties (adc averaging, coordinate averaging, etc.
|
| GetDisplayInfo | 100 |
Report to get display info.
|
| SetDisplayContent | 101 |
Report to set display content.
|
| GetSetDisplaySettings | 102 |
Report to get or set display settings.
|
| RenderImage | 103 |
Report to send down bitmaps to device.
|
| GetRegionInformation | 110 |
Report to get region information.
|
| GetRegionDefaults | 111 |
Report to get region defaults.
|
| SetRegionInformation | 112 |
Report to set region information.
|
| SetUpdateRegion | 113 |
Report to update region.
|
| SetDeleteRegion | 114 |
Report to delete region.
|
| SetSaveRegionChanges | 115 |
Report to save region changes.
|
| GetSetCalibration | 130 |
Report to get or set calibration mode.
|
See Also