|
DetachedDeviceLink Fields
|
The DetachedDeviceLink type exposes the following members.
Fields
| |
Name |
Description |
|
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.
|
|
DetachedChildrenKey
|
Connection string key, applied to a parent concentrator device, that flags the connection as
having detached, i.e., standalone modeled, child devices.
|
|
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.
|
|
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