WordAttribute Class |
Namespace: Demo3D.PLC.Comms.AttrDb
public class WordAttribute : AttributeBase
The WordAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| WordAttribute(AttributeValue) |
Constructs a view on an existing WORD attribute value.
| |
| WordAttribute(UInt32) |
Constructs a new WORD attribute.
|
| Name | Description | |
|---|---|---|
| AttributeValue |
The attribute value in memory.
(Inherited from AttributeBase.) | |
| Dimensions |
The default dimensions.
| |
| 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.) | |
| Value |
Gets or sets the attribute value.
|
| Name | Description | |
|---|---|---|
| OnAttributeValueSet |
Occurs when the attribute value is set, but only under certain circumstances (see remarks).
(Inherited from AttributeBase.) |