SthidFeatureReportLength Enumeration | |
The byte length of each feature report.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public enum FeatureReportLength
Public Enumeration FeatureReportLength
public enum class FeatureReportLength
Members
| Member name | Value | Description |
---|
| SetRunMode | 2 |
Length of the run mode report.
|
| GetSetFrequencyAmplitude | 4 |
Length of the get frequency amplitude report.
|
| GetVersionInfo | 9 |
Length of the get version information report.
|
| SetDownloadFirmware | 134 |
Length of the set download firmware report -
1 report id, 4 address, 128 data, 1 checksum ( add address, data, and checksum so it adds to 0)
|
| GetSetErrorCorrectionTable | 2049 |
Length of the error correction table report.
|
| GetSetDeviceSerialNumber | 35 |
Length of the device serial number report.
|
| SetDownloadFirmwareComplete | 3 |
Length of the download firmware complete report.
|
| GetSetModeFlagsGlassCornersTotalSamplesFilterFrequency | 6 |
Length of the flag glass corner total sample filter frequency report.
|
| GetSetPenProperties | 18 |
Length of the pen properties report
|
| GetDisplayInfo | 10 |
Length of the get display info report.
|
| SetDisplayContent | 2 |
Length of the set display content report.
|
| GetSetDisplaySettings | 7 |
Length of the get display settings report.
|
| GetRegionInformation | 0 |
Length of the region information report. Can't determine before runtime.
|
| GetRegionDefaults | 0 |
Length of the region defaults report. Can't determine before runtime
|
| SetRegionInformation | 41 |
Length of the region information report.
|
| SetUpdateRegion | 12 |
Length of the update region report.
|
| SetDeleteRegion | 2 |
Length of the delete region report.
|
| SetSaveRegionChanges | 2 |
Length of the save region changes report.
|
| GetSetCalibration | 2 |
Length of the calibration report.
|
See Also