Click or drag to resize

AttributeValueFlags Enumeration

AttributeValue properties.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
[FlagsAttribute]
public enum AttributeValueFlags
Members
Member nameValueDescription
NotSupported1 The attribute is not supported.
GetAttributesAll2 The attribute data is returned in a GetAttributesAll request.
Gettable4 Set if protocol attribute-get requests are allowed.
Settable8 True if protocol attribute-set requests are allowed.
IgnoreSet16 True if protocol attribute-set requests are allowed, but should be ignored.
FixedSize32 True if the value size is fixed.
Dynamic64 True if the value should be dynamically allocated.
See Also