STSeriesDeviceContainerDevice Class |
Properties and methods specific to the Scriptel STSeriesDeviceContainerDevice signature capture DeviceContainer. This class is not a typical implementation of STSeriesDevice. It was created solely to support languages that cannot cast between super and subclasses, and need to always get a concrete implementation. Specifically VB6 could not handle getting passed a STSeriesDevice from the STSeriesDevicesManager. It needed to be passed a ST1500 or ST1400 etc. The need for separate code for each device type creates much duplication. This class was created to "wrap" any STSeriesDevice so VB6 could can always expect to get a STSeriesDeviceContainerDevice, regardless of the actual attached device. All calls made to STSeriesDeviceContainerDevice are passed to the wrapped device, and all events from the wrapped device are refired by the DeviceContainer
Namespace: Scriptel.STSeries
The STSeriesDeviceContainerDevice type exposes the following members.
Name | Description | |
---|---|---|
STSeriesDeviceContainerDevice |
Initializes a new instance of the STSeriesDeviceContainerDevice class.
|
Name | Description | |
---|---|---|
CardReader | (Overrides STSeriesDevice.CardReader.) | |
CurrentDisplay | (Overrides STSeriesDeviceCurrentDisplay.) | |
CurrentRunMode |
Gets or sets the current run mode of the device
(Inherited from STSeriesDevice.) | |
DeviceName | (Overrides STNullDevice.DeviceName.) | |
DeviceVersionNumber | (Overrides STSeriesDeviceDeviceVersionNumber.) | |
DisplayHeightInPixels |
Gets or sets the height of the display measured in pixels
(Inherited from STSeriesDevice.) | |
DisplayWidthInPixels |
Gets or sets the width of the display measured in pixels
(Inherited from STSeriesDevice.) | |
FirmwareVersion | (Overrides STSeriesDeviceFirmwareVersion.) | |
GetCancelButtonRegionNumber | (Overrides STSeriesDeviceGetCancelButtonRegionNumber.) | |
GetOkButtonRegionNumber | (Overrides STSeriesDeviceGetOkButtonRegionNumber.) | |
IsOpened | (Overrides STSeriesDeviceIsOpened.) | |
IsRegisteredForButtonSelectedEvent | (Overrides STSeriesDeviceIsRegisteredForButtonSelectedEvent.) | |
IsRegisteredForButtonSelectedListener |
Gets the number of times the ButtonSelected event is registered. This is used for COM event registration.
(Inherited from STSeriesDevice.) | |
IsRegisteredForContainerSelectedEvent | (Overrides STSeriesDeviceIsRegisteredForContainerSelectedEvent.) | |
IsRegisteredForContainerSelectedListener | (Overrides STSeriesDeviceIsRegisteredForContainerSelectedListener.) | |
IsRegisteredForDeviceUnpluggedEvent | (Overrides STSeriesDeviceIsRegisteredForDeviceUnpluggedEvent.) | |
IsRegisteredForDeviceUnpluggedListener |
Gets the number of times the DeviceUnplugged event is registered. This is used for COM event registration.
(Inherited from STSeriesDevice.) | |
IsRegisteredForFirmwareDownloadStatusEvent |
Gets the number of times the FirmwareDownloadStatus event is registered. This is used for .NET event registration.
(Inherited from STSeriesDevice.) | |
IsRegisteredForFirmwareDownloadStatusListener |
Gets how many times the FirmwareDownloadStatus event is registered for. This is used for COM event registration.
(Inherited from STSeriesDevice.) | |
KernelVersion | (Overrides STNullDevice.KernelVersion.) | |
ProductID | (Overrides STSeriesDeviceProductID.) | |
SerialNumberWriteEnabled |
Gets a value indicating whether or not a serial number download is supported
(Inherited from STNullDevice.) | |
VendorID | (Overrides STSeriesDeviceVendorID.) |