Click or drag to resize
SthidGetAttachedSTSeriesDevices Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
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.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public virtual STSeriesDevice[] GetAttachedSTSeriesDevices()

Return Value

Type: STSeriesDevice
Returns an array of STSeriesDevice instances that represent each attached STSeries signature capture device. If no devices are attached the returned array is empty.
See Also