Attributes:
Methods:
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.
Constructs an empty list of devices.
New in version 2.3.2.
| Type: | boolean |
|---|
Reports whether the list is empty.
New in version 2.3.2.
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.
Python