The FailedDevice class provides information about Leap Motion hardware that has been physically connected to the client computer, but is not operating correctly. More...
Inherits IEquatable< FailedDevice >.
Public Types | |
| enum | FailureType |
| The errors that can cause a device to fail to properly connect to the service. More... | |
Public Member Functions | |
| bool | Equals (FailedDevice other) |
| Test FailedDevice equality. More... | |
Properties | |
| FailedDevice.FailureType | Failure [get] |
| The reason for device failure. More... | |
| string | PnpId [get] |
| The device plug-and-play id string. 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().
|
strong |
The errors that can cause a device to fail to properly connect to the service.
| bool Equals | ( | FailedDevice | other | ) |
|
get |
The reason for device failure.
The failure reasons are defined as members of the FailureType enumeration:
FailureType::FAIL_UNKNOWN The cause of the error is unknown.
FailureType::FAIL_CALIBRATION The device has a bad calibration record.
FailureType::FAIL_FIRMWARE The device firmware is corrupt or failed to update.
FailureType::FAIL_TRANSPORT The device is unresponsive.
FailureType::FAIL_CONTROL The service cannot establish the required USB control interfaces.
FailureType::FAIL_COUNT Not currently used.
|
get |
The device plug-and-play id string.
C# and Unity