AttributeValueFlags Enumeration |
Namespace: Demo3D.PLC.Comms.AttrDb
[FlagsAttribute] public enum AttributeValueFlags
| Member name | Value | Description | |
|---|---|---|---|
| Gettable | 1 | Set if protocol attribute-get requests are allowed. | |
| Settable | 2 | True if protocol attribute-set requests are allowed. | |
| IgnoreSet | 4 | True if protocol attribute-set requests are allowed, but should be ignored. |