Click or drag to resize
ISTSeriesDevice InterfaceScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
This is the base interface for Scriptel ST Series digitizers. All Scriptel digitizers will support these properties and methods as a minimum set. For all features for a given product use the product specific interface.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public interface ISTSeriesDevice

The ISTSeriesDevice type exposes the following members.

Properties
  NameDescription
Public propertyCardReader
Gets the device's card reader.
Public propertyCurrentDisplay
Gets the current display.
Public propertyDeviceName
Gets the name of the device.
Public propertyDeviceVersionNumber
Gets the name of the device.
Public propertyFirmwareVersion
Gets the firmware version.
Public propertyGetCancelButtonRegionNumber
Gets the region number of the default Cancel button.
Public propertyGetOkButtonRegionNumber
Gets the region number of the default Ok button.
Public propertyIsOpened
Gets a value indicating whether this instance is device opened.
Public propertyIsRegisteredForButtonSelectedEvent
Gets the number of times the ButtonSelected event is registered. This is used for .NET event registration.
Public propertyIsRegisteredForContainerSelectedEvent
Gets the number of times the ContainerSelected event is registered. This is used for .NET event registration.
Public propertyIsRegisteredForDeviceUnpluggedEvent
Gets the number of times the device is registered for the unplugged event.
Public propertyKernelVersion
Gets the kernel version.
Public propertyProductID
Gets the product ID.
Public propertyVendorID
Gets the vendor ID.
Top
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