Tanoda
|
The DeviceList class represents a list of Device objects. More...
Public Member Functions | |
DeviceList () | |
Constructs an empty list of devices. More... | |
Device | FindDeviceByHandle (IntPtr deviceHandle) |
For internal use only. More... | |
void | AddOrUpdate (Device device) |
For internal use only. More... | |
Properties | |
Device | ActiveDevice [get] |
The device that is currently streaming tracking data. If no streaming devices are found, returns null More... | |
bool | IsEmpty [get] |
Reports whether the list is empty. More... | |
The DeviceList class represents a list of Device objects.
Get a DeviceList object by calling Controller.Devices().
Definition at line 19 of file DeviceList.cs.
Leap.DeviceList.DeviceList | ( | ) |
void Leap.DeviceList.AddOrUpdate | ( | Device | device | ) |
For internal use only.
Definition at line 62 of file DeviceList.cs.
Device Leap.DeviceList.FindDeviceByHandle | ( | IntPtr | deviceHandle | ) |
For internal use only.
Definition at line 31 of file DeviceList.cs.
|
get |
The device that is currently streaming tracking data. If no streaming devices are found, returns null
Definition at line 43 of file DeviceList.cs.
|
get |