| ISTSeriesDevice Methods |
The ISTSeriesDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes the device to free up resources.
| |
| DownloadFirmware(Byte) |
Downloads firmware to the device.
| |
| DownloadFirmware(String) |
Downloads firmware to the device.
| |
| GetBoolButtonProperty |
Gets the boolean button property.
| |
| GetCalibrationState |
Gets the current calibration state
| |
| GetDeviceSerialNumber |
Reads the serial number from the device.
| |
| GetRegion |
returns a region object for the specified region number.
| |
| 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
| |
| RenderImageAsBW |
Renders the specified image onto the device in black and white pixel format.
| |
| RenderImageAsGray |
Renders the specified image onto the device in 4 bit greyscale
| |
| SetBoolButtonProperty |
Sets the button properties.
| |
| SetRegionDimensions |
Sets the size of the region.
| |
| 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.
| |
| 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
|