| IST1500U Methods |
The IST1500U type exposes the following members.
| 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
|