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

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

Inheritance Hierarchy

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STSeriesDeviceContainerDevice : STSeriesDevice, 
	ISTSeriesDevice

The STSeriesDeviceContainerDevice type exposes the following members.

Constructors
  NameDescription
Public methodSTSeriesDeviceContainerDevice
Initializes a new instance of the STSeriesDeviceContainerDevice class.
Top
Properties
  NameDescription
Public propertyCardReader (Overrides STSeriesDevice.CardReader.)
Public propertyCurrentDisplay (Overrides STSeriesDevice.CurrentDisplay.)
Public propertyCurrentRunMode
Gets or sets the current run mode of the device
(Inherited from STSeriesDevice.)
Public propertyDeviceName (Overrides STNullDevice.DeviceName.)
Public propertyDeviceVersionNumber (Overrides STSeriesDevice.DeviceVersionNumber.)
Public propertyDisplayHeightInPixels
Gets or sets the height of the display measured in pixels
(Inherited from STSeriesDevice.)
Public propertyDisplayWidthInPixels
Gets or sets the width of the display measured in pixels
(Inherited from STSeriesDevice.)
Public propertyFirmwareVersion (Overrides STSeriesDevice.FirmwareVersion.)
Public propertyGetCancelButtonRegionNumber (Overrides STSeriesDevice.GetCancelButtonRegionNumber.)
Public propertyGetOkButtonRegionNumber (Overrides STSeriesDevice.GetOkButtonRegionNumber.)
Public propertyIsOpened (Overrides STSeriesDevice.IsOpened.)
Public propertyIsRegisteredForButtonSelectedEvent (Overrides STSeriesDevice.IsRegisteredForButtonSelectedEvent.)
Public propertyIsRegisteredForButtonSelectedListener
Gets the number of times the ButtonSelected event is registered. This is used for COM event registration.
(Inherited from STSeriesDevice.)
Public propertyIsRegisteredForContainerSelectedEvent (Overrides STSeriesDevice.IsRegisteredForContainerSelectedEvent.)
Public propertyIsRegisteredForContainerSelectedListener (Overrides STSeriesDevice.IsRegisteredForContainerSelectedListener.)
Public propertyIsRegisteredForDeviceUnpluggedEvent (Overrides STSeriesDevice.IsRegisteredForDeviceUnpluggedEvent.)
Public propertyIsRegisteredForDeviceUnpluggedListener
Gets the number of times the DeviceUnplugged event is registered. This is used for COM event registration.
(Inherited from STSeriesDevice.)
Public propertyIsRegisteredForFirmwareDownloadStatusEvent
Gets the number of times the FirmwareDownloadStatus event is registered. This is used for .NET event registration.
(Inherited from STSeriesDevice.)
Public propertyIsRegisteredForFirmwareDownloadStatusListener
Gets how many times the FirmwareDownloadStatus event is registered for. This is used for COM event registration.
(Inherited from STSeriesDevice.)
Public propertyKernelVersion (Overrides STNullDevice.KernelVersion.)
Public propertyProductID (Overrides STSeriesDevice.ProductID.)
Public propertySerialNumberWriteEnabled
Gets a value indicating whether or not a serial number download is supported
(Inherited from STNullDevice.)
Public propertyVendorID (Overrides STSeriesDevice.VendorID.)
Top
Methods
  NameDescription
Public methodAddButtonSelectedEventListener (Overrides STSeriesDevice.AddButtonSelectedEventListener().)
Public methodAddContainerSelectedEventListener (Overrides STSeriesDevice.AddContainerSelectedEventListener().)
Public methodClose (Overrides STSeriesDevice.Close().)
Public methodDownloadErrorCorrectionTable
Intentionally not implemented.
(Inherited from STNullDevice.)
Public methodDownloadErrorCorrectionTableFromString
Downloads the error correction information specified
(Inherited from STSeriesDevice.)
Public methodDownloadFirmware(Byte[]) (Overrides STSeriesDevice.DownloadFirmware(Byte[]).)
Public methodDownloadFirmware(String) (Overrides STSeriesDevice.DownloadFirmware(String).)
Public methodGetBoolButtonProperty (Overrides STSeriesDevice.GetBoolButtonProperty(Int32, STSeriesDevice.ButtonProperty).)
Public methodGetCalibrationState (Overrides STSeriesDevice.GetCalibrationState().)
Public methodGetCoordinatePacket (Overrides STSeriesDevice.GetCoordinatePacket(Int32, ISTSignaturePoint).)
Public methodGetCurrentDisplay
Gets the current ISTSeriesDeviceDisplay from the ISTSeriesDevice.
(Inherited from STSeriesDevice.)
Public methodGetDefaultRegions
Gets the default regions.
(Inherited from STSeriesDevice.)
Public methodGetDeviceSerialNumber (Overrides STSeriesDevice.GetDeviceSerialNumber().)
Public methodGetErrorCorrectionTable
Intentionally not implemented.
(Inherited from STNullDevice.)
Public methodGetNamedButtonRegionNumbers
Gets the region numbers of the buttons containing the named text.
(Inherited from STSeriesDevice.)
Public methodGetRegion (Inherited from STSeriesDevice.)
Public methodGetTextButtonProperty (Overrides STSeriesDevice.GetTextButtonProperty(Int32, STSeriesDevice.ButtonProperty).)
Public methodOpen (Overrides STSeriesDevice.Open().)
Public methodRegisterForButtonSelectedEvent (Overrides STSeriesDevice.RegisterForButtonSelectedEvent(Object, STNullDevice.ButtonSelectedEventHandler).)
Public methodRegisterForContainerSelectedEvent (Overrides STSeriesDevice.RegisterForContainerSelectedEvent(Object, STNullDevice.ContainerSelectedEventHandler).)
Public methodRegisterForDeviceUnpluggedEvent (Overrides STSeriesDevice.RegisterForDeviceUnpluggedEvent(Object, EventHandler).)
Public methodRegisterForFirmwareDownloadStatusEvent (Overrides STSeriesDevice.RegisterForFirmwareDownloadStatusEvent(Object, STNullDevice.FirmwareDownloadStatusEventHandler).)
Public methodRemoveButtonSelectedEventListener (Overrides STSeriesDevice.RemoveButtonSelectedEventListener().)
Public methodRemoveContainerSelectedEventListener (Overrides STSeriesDevice.RemoveContainerSelectedEventListener().)
Public methodRenderImageAsBW (Overrides STNullDevice.RenderImageAsBW(String, UInt16, UInt16).)
Public methodRenderImageAsGray (Overrides STNullDevice.RenderImageAsGray(String, UInt16, UInt16).)
Public methodSetBoolButtonProperty (Overrides STSeriesDevice.SetBoolButtonProperty(Int32, STSeriesDevice.ButtonProperty, Boolean).)
Public methodSetDeviceSerialNumber (Overrides STSeriesDevice.SetDeviceSerialNumber(String).)
Public methodSetRegionDimensions (Overrides STSeriesDevice.SetRegionDimensions(Int32, Int32, Int32, Int32, Int32).)
Public methodSetTextButtonProperty (Overrides STSeriesDevice.SetTextButtonProperty(Int32, STSeriesDevice.ButtonProperty, String).)
Public methodStartCalibration() (Overrides STSeriesDevice.StartCalibration().)
Public methodStartCalibration(Int32)
Puts the device in calibration mode
(Inherited from STSeriesDevice.)
Public methodStartReading() (Overrides STSeriesDevice.StartReading().)
Public methodStartReading(STSeriesDevice.RunMode) (Overrides STSeriesDevice.StartReading(STSeriesDevice.RunMode).)
Public methodStartWorkflow
Starts the given workflow on this device
(Inherited from STSeriesDevice.)
Public methodStopCalibration
Aborts calibration mode
(Inherited from STSeriesDevice.)
Public methodStopReading() (Overrides STSeriesDevice.StopReading().)
Public methodStopReading(STSeriesDevice.RunMode)
Stops reading coordinate information from the device and changes the run mode to that specified
(Inherited from STSeriesDevice.)
Public methodStopWorkflow
Stops the current workflow if one exists
(Inherited from STSeriesDevice.)
Public methodUnregisterForButtonSelectedEvent (Overrides STSeriesDevice.UnregisterForButtonSelectedEvent(Object, STNullDevice.ButtonSelectedEventHandler).)
Public methodUnregisterForContainerSelectedEvent (Overrides STSeriesDevice.UnregisterForContainerSelectedEvent(Object, STNullDevice.ContainerSelectedEventHandler).)
Public methodUnregisterForDeviceUnpluggedEvent (Overrides STSeriesDevice.UnregisterForDeviceUnpluggedEvent(Object, EventHandler).)
Public methodUnregisterForFirmwareDownloadStatusEvent (Overrides STSeriesDevice.UnregisterForFirmwareDownloadStatusEvent(Object, STNullDevice.FirmwareDownloadStatusEventHandler).)
Top
See Also