Click or drag to resize

IDeviceManagerAddChain Method

Adds chained controls between a transmitting device and a receiving device. Each activated feature types of the receiver will be connected to the transmitter if supported.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
void AddChain(
	BaseDeviceController transmitter,
	BaseDeviceController receiver,
	bool isBlocking
)

Parameters

transmitter  BaseDeviceController
The transmitting device. This device triggers the starting action. See ChainableFeatureType for available features.
receiver  BaseDeviceController
The receiving device. This device follows up the action of the transmitter.
isBlocking  Boolean
The flag to indicate whether the connection is blocking during the execution of the chain.
See Also