Click or drag to resize

Demo3D.PLC.Comms.AttrDb Namespace

[Missing <summary> documentation for "N:Demo3D.PLC.Comms.AttrDb"]

Classes
  ClassDescription
Public classAttributeBase
Represents a strongly typed view on an AttributeValue.
Public classAttributeDatabase
A database of AttributeValue, with methods to enumerate, find and create attribute values.
Public classAttributeDatabaseBase
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.
Public classAttributeDatabaseExtensions
IAttributeDatabase extension methods.
Public classAttributeProperties
The properties of an attribute.
Public classAttributeValue
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.
Public classByteArrayAttribute
A byte array attribute.
Public classByteAttribute
A BYTE attribute.
Public classComputedValue
Represents an attribute value that's computed at runtime.
Public classDataDimensions
Describes the dimensions of a value.
Public classDataSelect
Describes a request selection.
Public classDIntAttribute
A DINT attribute.
Public classDWordAttribute
A DWORD attribute.
Public classLIntAttribute
A LINT attribute.
Public classLRealAttribute
A LREAL attribute.
Public classLWordAttribute
A LWORD attribute.
Public classMemoryValue
Represents an attribute value in memory.
Public classRealAttribute
A REAL attribute.
Public classShortStringAttribute
A one-byte length-encoded string attribute.
Public classStringAttribute
A two-byte little-endian length-encoded string attribute.
Public classStringAttributeBase
A one-byte length-encoded string attribute.
Public classWordAttribute
A WORD attribute.
Interfaces
  InterfaceDescription
Public interfaceIAttributeDatabase
Access to an underlying attribute database.
Enumerations
  EnumerationDescription
Public enumerationAttributeValueFlags
AttributeValue properties.