ISTSeriesDevice Interface | ![]() |
Namespace: Scriptel.STSeries
The ISTSeriesDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | CardReader |
Gets the device's card reader.
|
![]() | CurrentDisplay |
Gets the current display.
|
![]() | DeviceName |
Gets the name of the device.
|
![]() | DeviceVersionNumber |
Gets the name of the device.
|
![]() | FirmwareVersion |
Gets the firmware version.
|
![]() | GetCancelButtonRegionNumber |
Gets the region number of the default Cancel button.
|
![]() | GetOkButtonRegionNumber |
Gets the region number of the default Ok button.
|
![]() | IsOpened |
Gets a value indicating whether this instance is device opened.
|
![]() | IsRegisteredForButtonSelectedEvent |
Gets the number of times the ButtonSelected event is registered. This is used for .NET event registration.
|
![]() | IsRegisteredForContainerSelectedEvent |
Gets the number of times the ContainerSelected event is registered. This is used for .NET event registration.
|
![]() | IsRegisteredForDeviceUnpluggedEvent |
Gets the number of times the device is registered for the unplugged event.
|
![]() | KernelVersion |
Gets the kernel version.
|
![]() | ProductID |
Gets the product ID.
|
![]() | VendorID |
Gets the vendor ID.
|
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
|