ShortStringAttribute Class |
Namespace: Demo3D.PLC.Comms.AttrDb
public class ShortStringAttribute : StringAttributeBase
The ShortStringAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| ShortStringAttribute(AttributeValue) |
Constructs a view on an existing string attribute value.
| |
| ShortStringAttribute(UInt32, Int32) |
Constructs a new STRING attribute.
|
| Name | Description | |
|---|---|---|
| AttributeValue |
The attribute value in memory.
(Inherited from AttributeBase.) | |
| Gettable |
True if protocol attribute-get requests are allowed.
(Inherited from AttributeBase.) | |
| IgnoreSet |
True if protocol attribute-set requests are allowed, but should be ignored.
(Inherited from AttributeBase.) | |
| Settable |
True if protocol attribute-set requests are allowed.
(Inherited from AttributeBase.) | |
| String |
Gets or sets the attribute value as a string.
(Inherited from StringAttributeBase.) | |
| TextEncoding |
The string text encoding.
(Inherited from StringAttributeBase.) | |
| Value |
Gets or sets the attribute value.
(Inherited from StringAttributeBase.) |
| Name | Description | |
|---|---|---|
| OnAttributeValueSet |
Occurs when the attribute value is set, but only under certain circumstances (see remarks).
(Inherited from AttributeBase.) |