Click or drag to resize
STSeriesDevicesManager ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Creates and maintains a list of the STSeries Signature Capture devices attached to the system
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTSeriesDevicesManager

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STSeriesDevicesManager : ISTSeriesDevicesManager

The STSeriesDevicesManager type exposes the following members.

Constructors
  NameDescription
Public methodSTSeriesDevicesManager
Initializes a new instance of the STSeriesDevicesManager class.
Top
Properties
  NameDescription
Public propertyAttachedDevices
Gets an array of STSeriesDevice classes that represent the STSeries Signature Capture devices attached to the system.
Top
Methods
  NameDescription
Public methodGetNumberOfSTSeriesDevices
Gets the number of STSeries devices currently attached to the system. Used for COM.
Public methodGetSTSeriesDevice
Gets the instance of the device at the requested index
Public methodGetWrappedSTSeriesDevice
Gets the "Wrapped" instance of the device at the requested index. This function returns a
Top
See Also