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

The STSeriesDevice type exposes the following members.

Properties
  NameDescription
Public propertyCardReader
Intentionally not implemented.
(Inherited from STNullDevice.)
Public propertyCurrentDisplay
Gets the instance of the current display.
(Overrides STNullDevice.CurrentDisplay.)
Public propertyCurrentRunMode
Gets or sets the current run mode of the device
Public propertyDeviceVersionNumber
Gets the version number of the device
(Overrides STNullDevice.DeviceVersionNumber.)
Public propertyDisplayHeightInPixels
Gets or sets the height of the display measured in pixels
Public propertyDisplayWidthInPixels
Gets or sets the width of the display measured in pixels
Public propertyFirmwareVersion
Gets the firmware version in the device
(Overrides STNullDevice.FirmwareVersion.)
Public propertyGetCancelButtonRegionNumber
Gets the region number of the default Cancel button.
(Overrides STNullDevice.GetCancelButtonRegionNumber.)
Public propertyGetOkButtonRegionNumber
Gets the region number of the default Ok button.
(Overrides STNullDevice.GetOkButtonRegionNumber.)
Public propertyIsOpened
Gets if the device is open.
(Overrides STNullDevice.IsOpened.)
Public propertyIsRegisteredForButtonSelectedEvent
The number of times the ButtonSelected event is registered. This is used for .NET event registration.
(Overrides STNullDevice.IsRegisteredForButtonSelectedEvent.)
Public propertyIsRegisteredForButtonSelectedListener
Gets the number of times the ButtonSelected event is registered. This is used for COM event registration.
Public propertyIsRegisteredForContainerSelectedEvent
The number of times the ContainerSelected event is registered. This is used for .NET event registration.
(Overrides STNullDevice.IsRegisteredForContainerSelectedEvent.)
Public propertyIsRegisteredForContainerSelectedListener
The number of times the ContainerSelected event is registered. This is used for COM event registration.
(Overrides STNullDevice.IsRegisteredForContainerSelectedListener.)
Public propertyIsRegisteredForDeviceUnpluggedEvent
The number of times the DeviceUnplugged event is registered. This is used for .NET event registration.
(Overrides STNullDevice.IsRegisteredForDeviceUnpluggedEvent.)
Public propertyIsRegisteredForDeviceUnpluggedListener
Gets the number of times the DeviceUnplugged event is registered. This is used for COM event registration.
Public propertyIsRegisteredForFirmwareDownloadStatusEvent
Gets the number of times the FirmwareDownloadStatus event is registered. This is used for .NET event registration.
Public propertyIsRegisteredForFirmwareDownloadStatusListener
Gets how many times the FirmwareDownloadStatus event is registered for. This is used for COM event registration.
Public propertyProductID
Gets the product ID of the device
(Overrides STNullDevice.ProductID.)
Public propertySerialNumberWriteEnabled
Gets a value indicating whether or not a serial number download is supported
(Inherited from STNullDevice.)
Public propertyVendorID
Gets the vendor ID of the device
(Overrides STNullDevice.VendorID.)
Top
See Also