Click or drag to resize

IDeviceManagerGetChainMap Method

Returns the current device chain map. See DeviceCoordinator for its structure.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
IDictionary<Tuple<ChainableFeatureType, BaseDeviceController>, IList<Tuple<BaseDeviceController, bool>>> GetChainMap()

Return Value

IDictionaryTupleChainableFeatureType, BaseDeviceController, IListTupleBaseDeviceController, Boolean
The device chain map.
See Also