FailedDeviceList

Attributes:

Methods:

class Leap.FailedDeviceList

The FailedDeviceList class extends the Python array to represent a list of FailedDevice objects.

Failed devices are those that are attached to the client computer, but do not operate properly.

Get a FailedDeviceList object by calling Controller.failed_devices().

New in version 2.3.2.

classmethod FailedDeviceList()

Constructs an empty list of devices.

New in version 2.3.2.

is_empty
Type:boolean

Reports whether the list is empty.

New in version 2.3.2.

append(other)

Appends the members of the specifed FailedDeviceList to this FailedDeviceList.

Parameters:other (FailedDeviceList) – A FailedDeviceList object containing Device objects to append to the end of this FailedDeviceList.

New in version 2.3.2.