Class Leap::FailedDeviceList¶
- class Leap.FailedDeviceList : public List<FailedDevice>¶
The list of FailedDevice objects contains an entry for every failed Leap Motion hardware device connected to the client computer. FailedDevice objects report the device pnpID string and reason for failure.
Get the list of FailedDevice objects from Controller.FailedDevices().
- Since
3.0
Public Functions
- FailedDeviceList ()¶
Constructs an empty list.
- FailedDeviceList Append (FailedDeviceList other)¶
Appends the contents of another FailedDeviceList to this one.
Properties
- bool IsEmpty { get; set; }¶
Reports whether the list is empty.