Click or drag to resize

AttributeValueFlags Enumeration

AttributeValue properties.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
[FlagsAttribute]
public enum AttributeValueFlags
Members
  Member nameValueDescription
Gettable1 Set if protocol attribute-get requests are allowed.
Settable2 True if protocol attribute-set requests are allowed.
IgnoreSet4 True if protocol attribute-set requests are allowed, but should be ignored.
See Also