Class Leap::DeviceList

class Leap.DeviceList : public List<Device>

The DeviceList class represents a list of Device objects.

Get a DeviceList object by calling Controller.Devices().

Since

1.0

Public Functions

DeviceList ()

Constructs an empty list of devices.

Since

1.0

Device FindDeviceByHandle (IntPtr deviceHandle)

For internal use only.

Device FindDeviceByID (uint deviceID)

For internal use only.

void AddOrUpdate (Device device)

For internal use only.

Properties

IEnumerable<Device> ActiveDevices { get; set; }

The devices that are currently streaming tracking data. If no streaming devices are found, returns null

bool IsEmpty { get; set; }

Reports whether the list is empty.

Since

1.0