Click or drag to resize

DeviceManagerGetAttachedDevices Method

This method will return any and all attached ScripTouch devices.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public static List<Device> GetAttachedDevices()

Return Value

Type: ListDevice
list of all scriptouch devices attached to the computer
See Also