Click or drag to resize

DetachedDeviceLink Fields

The DetachedDeviceLink type exposes the following members.

Fields
  Name Description
Public field Static member DatabaseIDKey Connection string key, applied to a parent concentrator device, whose value is the database ID of the parent device itself. Allows the runtime to match detached children, whose ParentIDKey values are database IDs, without requiring database access.
Public field Static member DetachedChildrenKey Connection string key, applied to a parent concentrator device, that flags the connection as having detached, i.e., standalone modeled, child devices.
Public field Static member ParentIDKey Connection string key, applied to a detached child device, whose value is the database ID of its parent concentrator device. Acts as a proxy for the database ParentID field.
Public field Static member StationNameKey Connection string key, applied to a detached child device, whose value is the station name, i.e., Device.Name, of the child device. Used to preserve label based cell mapping since detached children are not exposed through the runtime input stream devices table.
Top
See Also