Click or drag to resize
ISTSeriesDevice MethodsScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/

The ISTSeriesDevice type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the device to free up resources.
Public methodDownloadFirmware(Byte)
Downloads firmware to the device.
Public methodDownloadFirmware(String)
Downloads firmware to the device.
Public methodGetBoolButtonProperty
Gets the boolean button property.
Public methodGetCalibrationState
Gets the current calibration state
Public methodGetDeviceSerialNumber
Reads the serial number from the device.
Public methodGetRegion
returns a region object for the specified region number.
Public methodGetTextButtonProperty
Gets the text button property.
Public methodOpen
Opens the device for use
Public methodRegisterForButtonSelectedEvent
Registers a target event handler for the ButtonSelected event.
Public methodRegisterForContainerSelectedEvent
Registers a target event handler for the ContainerSelected event
Public methodRegisterForDeviceUnpluggedEvent
Registers a target event handler for the DeviceUnplugged event
Public methodRegisterForFirmwareDownloadStatusEvent
Registers a target event handler for the FirmwareDownloadStatus event
Public methodRenderImageAsBW
Renders the specified image onto the device in black and white pixel format.
Public methodRenderImageAsGray
Renders the specified image onto the device in 4 bit greyscale
Public methodSetBoolButtonProperty
Sets the button properties.
Public methodSetRegionDimensions
Sets the size of the region.
Public methodSetTextButtonProperty
Sets the button properties.
Public methodStartCalibration
Puts the device in calibration mode
Public methodStartReading
Starts reading coordinate information from the device and sends the information via ButtonSelected and ContainerSelected events. Uses the current run mode.
Public methodStartReading(STSeriesDeviceRunMode)
Starts reading coordinate information from the device and sends the information via ButtonSelected and ContainerSelected events. Uses the selected run mode.
Public methodStopReading
Stops reading coordinate information from the device and keeps the current run mode
Public methodUnregisterForButtonSelectedEvent
Unregisters a target event handler for the ButtonSelected event
Public methodUnregisterForContainerSelectedEvent
Unregisters a target event handler for the ButtonSelected event
Public methodUnregisterForDeviceUnpluggedEvent
Unregisters a target event handler for the DeviceUnplugged event
Public methodUnregisterForFirmwareDownloadStatusEvent
Unregisters a target event handler for the FirmwareDownloadStatus event
Top
See Also