The DeviceList class represents a list of Device objects.
More...
Inherits Leap.Interface, and IEnumerable< Device >.
|
int | Count [get] |
| Returns the number of devices in this list.
|
|
bool | IsEmpty [get] |
| Reports whether the list is empty.
|
|
The DeviceList class represents a list of Device objects.
Get a DeviceList object by calling Controller::devices().
Leap.DeviceList.DeviceList |
( |
| ) |
|
|
inline |
Constructs an empty list of devices.
int Leap.DeviceList.Count |
|
get |
Returns the number of devices in this list.
- Returns
- The number of devices in this list.
bool Leap.DeviceList.IsEmpty |
|
get |
Reports whether the list is empty.
- Returns
- True, if the list has no members.