Click or drag to resize

EPATHAttribute Class

An EPATH attribute.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbAttributeBase
    Demo3D.PLC.Comms.AttrDbByteArrayAttribute
      Demo3D.PLC.Comms.CIP.AttrDbEPATHAttribute

Namespace: Demo3D.PLC.Comms.CIP.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class EPATHAttribute : ByteArrayAttribute

The EPATHAttribute type exposes the following members.

Constructors
 NameDescription
Public methodEPATHAttribute(AttributeValue) Constructs a view on an existing EPATH attribute value.
Public methodEPATHAttribute(UInt32, Int32) Constructs a new EPATH attribute.
Top
Properties
 NameDescription
Public propertyAttributeValue The attribute value in memory.
(Inherited from AttributeBase)
Public propertyGettable True if protocol attribute-get requests are allowed.
(Inherited from AttributeBase)
Public propertyIgnoreSet True if protocol attribute-set requests are allowed, but should be ignored.
(Inherited from AttributeBase)
Public propertySettable True if protocol attribute-set requests are allowed.
(Inherited from AttributeBase)
Public propertyValue Gets or sets the attribute value.
Top
Events
 NameDescription
Public eventOnAttributeValueSet Occurs when the attribute value is set, but only under certain circumstances (see remarks).
(Inherited from AttributeBase)
Top
See Also