AttributeValueFlags Enumeration |
AttributeValue properties.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntax[FlagsAttribute]
public enum AttributeValueFlags
Members|
| Member name | Value | Description |
|---|
| NotSupported | 1 |
The attribute is not supported.
|
| GetAttributesAll | 2 |
The attribute data is returned in a GetAttributesAll request.
|
| Gettable | 4 |
Set if protocol attribute-get requests are allowed.
|
| Settable | 8 |
True if protocol attribute-set requests are allowed.
|
| IgnoreSet | 16 |
True if protocol attribute-set requests are allowed, but should be ignored.
|
| FixedSize | 32 |
True if the value size is fixed.
|
See Also