FailedDeviceListΒΆ
Properties:
Methods:
- class Leap::FailedDeviceList
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 Append(FailedDeviceList other)
Appends the contents of another FailedDeviceList to this one.
- Since
- 3.0
- FailedDeviceList()
Constructs an empty list.
- Since
- 3.0
- Property
- bool IsEmpty
Reports whether the list is empty.
- Since
- 3.0
C# and Unity