25 IEquatable<FailedDevice> {
45 public string PnpId {
get;
private set; }
The FailedDevice class provides information about Leap Motion hardware that has been physically conne...
FailureType Failure
The reason for device failure. The failure reasons are defined as members of the FailureType enumerat...
FailureType
The errors that can cause a device to fail to properly connect to the service.
string PnpId
The device plug-and-play id string.
bool Equals(FailedDevice other)
Test FailedDevice equality. True if the devices are the same.