Tanoda
|
The FailedDevice class provides information about Leap Motion hardware that has been physically connected to the client computer, but is not operating correctly. More...
Public Types | |
enum | FailureType { FAIL_UNKNOWN , FAIL_CALIBRATION , FAIL_FIRMWARE , FAIL_TRANSPORT , FAIL_CONTROl } |
The errors that can cause a device to fail to properly connect to the service. More... | |
Public Member Functions | |
FailedDevice () | |
bool | Equals (FailedDevice other) |
Test FailedDevice equality. True if the devices are the same. More... | |
Properties | |
string | PnpId [get] |
The device plug-and-play id string. More... | |
FailureType | Failure [get] |
The reason for device failure. The failure reasons are defined as members of the FailureType enumeration. More... | |
The FailedDevice class provides information about Leap Motion hardware that has been physically connected to the client computer, but is not operating correctly.
Failed devices do not provide any tracking data and do not show up in the Controller.Devices() list.
Get the list of failed devices using Controller.FailedDevices().
Definition at line 24 of file FailedDevice.cs.
The errors that can cause a device to fail to properly connect to the service.
Definition at line 60 of file FailedDevice.cs.
Leap.FailedDevice.FailedDevice | ( | ) |
Definition at line 27 of file FailedDevice.cs.
bool Leap.FailedDevice.Equals | ( | FailedDevice | other | ) |
Test FailedDevice equality. True if the devices are the same.
Definition at line 37 of file FailedDevice.cs.
|
get |
The reason for device failure. The failure reasons are defined as members of the FailureType enumeration.
Definition at line 53 of file FailedDevice.cs.
|
get |