Demo3D.PLC.Comms.AttrDb Namespace |
[Missing <summary> documentation for "N:Demo3D.PLC.Comms.AttrDb"]
| Class | Description | |
|---|---|---|
| AttributeBase |
Represents a strongly typed view on an AttributeValue.
| |
| AttributeDatabaseExtensions |
IAttributeDatabase extension methods.
| |
| AttributeValue |
Represents an attribute value in memory, and acts as a base for classes that store the actual attribute value.
AttributeValue also stores attribute meta data (dimensions and properties), and provides common abstract methods
for accessing attribute values.
Typical use of AttributeValue is through an AttributeBase, which provides a strongly typed
view on the value.
| |
| ByteArrayAttribute |
A byte array attribute.
| |
| ByteAttribute |
A byte attribute.
| |
| DataDimensions |
Describes the dimensions of a value.
| |
| DataSelect |
Describes a request selection.
| |
| DIntAttribute |
A dint attribute.
| |
| DWordAttribute |
A dword attribute.
| |
| LIntAttribute |
A dint attribute.
| |
| LRealAttribute |
A lreal attribute.
| |
| LWordAttribute |
A lword attribute.
| |
| RealAttribute |
A real attribute.
| |
| ShortStringAttribute |
A one-byte length-encoded string attribute.
| |
| WordAttribute |
A word attribute.
|
| Interface | Description | |
|---|---|---|
| IAttributeDatabase |
Access to an underlying attribute database.
|
| Enumeration | Description | |
|---|---|---|
| AttributeValueFlags |
AttributeValue properties.
|