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 classAttributeDatabaseExtensions
IAttributeDatabase extension methods.
Public classAttributeValue
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.
Public classByteArrayAttribute
A byte array attribute.
Public classByteAttribute
A byte attribute.
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 dint attribute.
Public classLRealAttribute
A lreal attribute.
Public classLWordAttribute
A lword attribute.
Public classRealAttribute
A real attribute.
Public classShortStringAttribute
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.