Click or drag to resize
Sthid ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
This class contains all of the low-level functionality required to interface with the Windows HID driver to talk to a ScripTouch Series Device.
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSthid

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

The Sthid type exposes the following members.

Constructors
  NameDescription
Public methodSthid
Initializes a new instance of the Sthid class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets or sets the instance of this singleton.
Top
Methods
  NameDescription
Public methodGetAttachedSTSeriesDevices
Finds all USB HID devices attached to the system and determines which of those devices belongs to the STSeries line of signature capture devices. The returned array of STSeriesDevice contains instances that represent each attached STSeries device.
Public methodGetFeatureReport
This method attempts to get a feature report from the current device.
Public methodSetFeatureReport
This method attempts to send a HID Feature Report to the connected device.
Top
See Also