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.
| |
| AttributeDatabase |
A database of AttributeValue, with methods to enumerate, find and create attribute values.
| |
| AttributeDatabaseBase |
A database of AttributeValue, with methods to enumerate, find and create attribute values.
For databases shared across a process boundary, the manager will also keep the databases in sync.
| |
| AttributeDatabaseExtensions |
IAttributeDatabase extension methods.
| |
| AttributeProperties |
The properties of an attribute.
| |
| AttributeValue |
Represents an attribute value, and acts as a base for classes that store/compute 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.
| |
| ComputedValue |
Represents an attribute value that's computed at runtime.
| |
| DataDimensions |
Describes the dimensions of a value.
| |
| DataSelect |
Describes a request selection.
| |
| DIntAttribute |
A DINT attribute.
| |
| DWordAttribute |
A DWORD attribute.
| |
| LIntAttribute |
A LINT attribute.
| |
| LRealAttribute |
A LREAL attribute.
| |
| LWordAttribute |
A LWORD attribute.
| |
| MemoryValue |
Represents an attribute value in memory.
| |
| RealAttribute |
A REAL attribute.
| |
| ShortStringAttribute |
A one-byte length-encoded string attribute.
| |
| StringAttribute |
A two-byte little-endian length-encoded string attribute.
| |
| StringAttributeBase |
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.
|