Click or drag to resize

StringAttribute Class

A two-byte little-endian length-encoded string attribute.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class StringAttribute : StringAttributeBase

The StringAttribute type exposes the following members.

Constructors
  NameDescription
Public methodStringAttribute(AttributeValue)
Constructs a view on an existing string attribute value.
Public methodStringAttribute(UInt32, Int32)
Constructs a new STRING 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 propertyString
Gets or sets the attribute value as a string.
(Inherited from StringAttributeBase.)
Public propertyTextEncoding
The string text encoding.
(Inherited from StringAttributeBase.)
Public propertyValue
Gets or sets the attribute value.
(Inherited from StringAttributeBase.)
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