| IST1500U Interface |
Namespace: Scriptel.STSeries
The IST1500U type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentDisplay |
Gets the current display.
| |
| CurrentRunMode |
Gets or sets the current run mode.
| |
| DeviceName |
Gets the name of the device
| |
| DeviceVersionNumber |
Gets the device version number
| |
| DisplayHeightInPixels |
Gets the display height.
| |
| DisplayWidthInPixels |
Gets the display width.
| |
| FirmwareVersion |
Gets the firmware version.
| |
| GetCancelButtonRegionNumber |
Gets the region number of the default Cancel button.
| |
| GetOkButtonRegionNumber |
Gets the region number of the default Ok button.
| |
| IsOpened |
Gets a value indicating whether the device is opened.
| |
| IsRegisteredForButtonSelectedEvent |
Gets the number of times the ButtonSelected event is registered. This is used for .NET event registration.
| |
| IsRegisteredForContainerSelectedEvent |
Gets the number of times the ContainerSelected event is registered. This is used for .NET event registration.
| |
| IsRegisteredForDeviceUnpluggedEvent |
Gets the number of times the device is registered for the unplugged event.
| |
| KernelVersion |
Gets the kernel version
| |
| NativeInputHeight |
Gets the native height of the input surface.
| |
| NativeInputWidth |
Gets the native width of the input surface.
| |
| ProductID |
Gets the product ID
| |
| VendorID |
Gets the vendor ID
|
| Name | Description | |
|---|---|---|
| Close |
Closes the device to free up resources.
| |
| DiscardRegionChanges |
Discards the region changes, returning the unit to its default signature screen.
| |
| DownloadFirmware |
Downloads firmware to the device.
| |
| GetBoolButtonProperty |
Gets the boolean button property.
| |
| GetCalibrationState |
Gets the current calibration state
| |
| GetCoordinatePacket |
Gets the first coordinate from the coordinate buffer and removes that coordinate from the buffer. Used for COM.
| |
| GetTextButtonProperty |
Gets the text button property.
| |
| Open |
Opens the device for use
| |
| RegisterForButtonSelectedEvent |
Registers a target event handler for the ButtonSelected event.
| |
| RegisterForContainerSelectedEvent |
Registers a target event handler for the ContainerSelected event
| |
| RegisterForDeviceUnpluggedEvent |
Registers a target event handler for the DeviceUnplugged event
| |
| RegisterForFirmwareDownloadStatusEvent |
Registers a target event handler for the FirmwareDownloadStatus event
| |
| SetBoolButtonProperty |
Sets the button properties.
| |
| SetTextButtonProperty |
Sets the button properties.
| |
| StartCalibration |
Puts the device in calibration mode
| |
| StartReading |
Starts reading coordinate information from the device
and sends the information via ButtonSelected and ContainerSelected events.
Uses the current run mode.
| |
| StartReading(STSeriesDeviceRunMode) |
Starts reading coordinate information from the device
and sends the information via ButtonSelected and ContainerSelected events.
Uses the selected run mode.
| |
| StopCalibration |
Aborts calibration mode
| |
| StopReading |
Stops reading coordinate information from the device and keeps the current run mode
| |
| UnregisterForButtonSelectedEvent |
Unregisters a target event handler for the ButtonSelected event
| |
| UnregisterForContainerSelectedEvent |
Unregisters a target event handler for the ButtonSelected event
| |
| UnregisterForDeviceUnpluggedEvent |
Unregisters a target event handler for the DeviceUnplugged event
| |
| UnregisterForFirmwareDownloadStatusEvent |
Unregisters a target event handler for the FirmwareDownloadStatus event
|