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()
Public Shared Function GetAttachedDevices As List(Of Device)
public:
static List<Device^>^ GetAttachedDevices()
static member GetAttachedDevices : unit -> List<Device>
Return Value
Type:
ListDevicelist of all scriptouch devices attached to the computer
See Also