SthidGetAttachedSTSeriesDevices Method | |
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.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public virtual STSeriesDevice[] GetAttachedSTSeriesDevices()
Public Overridable Function GetAttachedSTSeriesDevices As STSeriesDevice()
public:
virtual array<STSeriesDevice^>^ GetAttachedSTSeriesDevices()
abstract GetAttachedSTSeriesDevices : unit -> STSeriesDevice[]
override GetAttachedSTSeriesDevices : unit -> STSeriesDevice[]
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