The list of FailedDevice objects contains an entry for every failed Leap Motion hardware device connected to the client computer. More...
Inherits List< FailedDevice >.
Public Member Functions | |
FailedDeviceList | Append (FailedDeviceList other) |
Appends the contents of another FailedDeviceList to this one. More... | |
FailedDeviceList () | |
Constructs an empty list. More... | |
Properties | |
bool | IsEmpty [get] |
Reports whether the list is empty. More... | |
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().
FailedDeviceList | ( | ) |
Constructs an empty list.
FailedDeviceList Append | ( | FailedDeviceList | other | ) |
Appends the contents of another FailedDeviceList to this one.
|
get |
Reports whether the list is empty.