Click or drag to resize

AttributeBase Class

Represents a strongly typed view on an AttributeValue.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbAttributeBase
    More

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract class AttributeBase

The AttributeBase type exposes the following members.

Constructors
 NameDescription
Protected methodAttributeBase Constructs a new attribute.
Top
Properties
 NameDescription
Public propertyAttributeValue The attribute value in memory.
Public propertyGettable True if protocol attribute-get requests are allowed.
Public propertyIgnoreSet True if protocol attribute-set requests are allowed, but should be ignored.
Public propertySettable True if protocol attribute-set requests are allowed.
Top
Events
 NameDescription
Public eventOnAttributeValueSet Occurs when the attribute value is set, but only under certain circumstances (see remarks).
Top
See Also
Inheritance Hierarchy