|
DeviceManagerTGetDevices Method |
Returns a list of all devices connected to the PC.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public virtual IEnumerable<T> GetDevices()
Public Overridable Function GetDevices As IEnumerable(Of T)
public:
virtual IEnumerable<T>^ GetDevices()
abstract GetDevices : unit -> IEnumerable<'T>
override GetDevices : unit -> IEnumerable<'T>
Return Value
Type:
IEnumerableTAn enumerable object containing all connected devices of type
T.
Implements
IDeviceManagerTGetDevicesSee Also