DeviceParameterList Class¶
Namespace: id3.Devices
Definition¶
Designed to hold and manage a collection of DeviceParameter objects, this class allows for the aggregation, manipulation, and query of device parameters.
It supports operations beyond simple list management, including the ability to find parameters based on specific criteria such as integer values, thereby facilitating efficient parameter management in complex device configurations.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the DeviceParameterList object. |
|
Clears the DeviceParameterList object. |
|
Searches the list for a parameter that has a specific integer value, providing a mechanism to locate parameters based on their current setting |
|
Gets an item of the DeviceParameterList object. |
|
Gets the number of elements in the DeviceParameterList object. |
|
Removes an element of the DeviceParameterList object. |
|
DeviceParameterList object. |
|
Sets an item of the DeviceParameterList object. |