Tanoda
Leap.FailedDeviceList Class Reference

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...

Inheritance diagram for Leap.FailedDeviceList:

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...
 

Detailed Description

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().

Since
3.0

Definition at line 21 of file FailedDeviceList.cs.

Constructor & Destructor Documentation

◆ FailedDeviceList()

Leap.FailedDeviceList.FailedDeviceList ( )

Constructs an empty list.

Definition at line 26 of file FailedDeviceList.cs.

Member Function Documentation

◆ Append()

FailedDeviceList Leap.FailedDeviceList.Append ( FailedDeviceList  other)

Appends the contents of another FailedDeviceList to this one.

Definition at line 31 of file FailedDeviceList.cs.

Property Documentation

◆ IsEmpty

bool Leap.FailedDeviceList.IsEmpty
get

Reports whether the list is empty.

Definition at line 39 of file FailedDeviceList.cs.


The documentation for this class was generated from the following file: