Tanoda
|
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. More...
Public Member Functions | |
FailedDeviceList () | |
Constructs an empty list. More... | |
FailedDeviceList | Append (FailedDeviceList other) |
Appends the contents of another FailedDeviceList to this one. 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().
Definition at line 21 of file FailedDeviceList.cs.
Leap.FailedDeviceList.FailedDeviceList | ( | ) |
Constructs an empty list.
Definition at line 26 of file FailedDeviceList.cs.
FailedDeviceList Leap.FailedDeviceList.Append | ( | FailedDeviceList | other | ) |
Appends the contents of another FailedDeviceList to this one.
Definition at line 31 of file FailedDeviceList.cs.
|
get |
Reports whether the list is empty.
Definition at line 39 of file FailedDeviceList.cs.