The list of FailedDevice objects contains an entry for every failed Leap Motion hardware device connected to the client computer. More...
Inherits Interface, and Iterable< FailedDevice >.
Public Member Functions | |
FailedDeviceList | append (FailedDeviceList other) |
Appends the contents of another FailedDeviceList to this one. More... | |
int | count () |
The number of members in the list. More... | |
FailedDeviceList () | |
Constructs an empty list. More... | |
FailedDevice | get (int index) |
Array-style access to list members. More... | |
boolean | isEmpty () |
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.
int count | ( | ) |
The number of members in the list.
FailedDevice get | ( | int | index | ) |
Array-style access to list members.
boolean isEmpty | ( | ) |
Reports whether the list is empty.