Click or drag to resize

ShortStringAttribute Class

A one-byte length-encoded string attribute.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbAttributeBase
    Demo3D.PLC.Comms.AttrDbShortStringAttribute

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

The ShortStringAttribute type exposes the following members.

Constructors
  NameDescription
Public methodShortStringAttribute
Constructs a new string attribute.
Top
Properties
  NameDescription
Public propertyAttributeValue
The attribute value in memory.
(Inherited from AttributeBase.)
Public propertyString
Gets or sets the attribute value as a string.
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