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

The IST1500U type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the device to free up resources.
Public methodDiscardRegionChanges
Discards the region changes, returning the unit to its default signature screen.
Public methodDownloadFirmware
Downloads firmware to the device.
Public methodGetBoolButtonProperty
Gets the boolean button property.
Public methodGetCalibrationState
Gets the current calibration state
Public methodGetCoordinatePacket
Gets the first coordinate from the coordinate buffer and removes that coordinate from the buffer. Used for COM.
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 methodSetBoolButtonProperty
Sets the button properties.
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 methodStopCalibration
Aborts calibration 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