Click or drag to resize

IDeviceManagerSetupChain Method

Sets up a device chain from a given device chain map.

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

Parameters

deviceChainMap  IDictionaryTupleChainableFeatureType, BaseDeviceController, IListTupleBaseDeviceController, Boolean
The device chain map. See DeviceCoordinator for its structure.
See Also