Click or drag to resize
IST1500U InterfaceScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Interface specific to the ST1500U digitizer, a member of the Scriptel ST1500 Series of digitizers.

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

The IST1500U type exposes the following members.

Properties
  NameDescription
Public propertyCurrentDisplay
Gets the current display.
Public propertyCurrentRunMode
Gets or sets the current run mode.
Public propertyDeviceName
Gets the name of the device
Public propertyDeviceVersionNumber
Gets the device version number
Public propertyDisplayHeightInPixels
Gets the display height.
Public propertyDisplayWidthInPixels
Gets the display width.
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 the device is 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 propertyNativeInputHeight
Gets the native height of the input surface.
Public propertyNativeInputWidth
Gets the native width of the input surface.
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 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