ParameterFlagCapability Enumeration¶
Namespace: id3.Devices
Definition¶
Defines a set of flags representing the various capabilities and properties of device parameters, allowing for detailed parameter configuration and control.
Fields¶
Name |
Value |
Description |
|---|---|---|
|
0 |
Indicates that the parameter can be adjusted manually by the user or application. |
|
1 |
Specifies that the parameter can be managed automatically by the device or system, without external intervention. |
|
2 |
Denotes that the parameter is read-only and cannot be modified, only queried. |
|
4 |
Signals that changes to the parameter require an explicit apply action to take effect. |
|
8 |
Marks the parameter as hidden, typically meaning it should not be exposed to the user interface. |
|
16 |
Indicates that the parameter is recognized by the system but not supported by the current device configuration or model. |