Click or drag to resize

IDeviceManagerHasChain Method

Checks whether a device controller supports any of the given chainable features.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
bool HasChain(
	BaseDeviceController sourceDevice,
	IList<ChainableFeatureType> chainableFeatureTypes
)

Parameters

sourceDevice  BaseDeviceController
The device controller.
chainableFeatureTypes  IListChainableFeatureType
The list of chainable features.

Return Value

Boolean
True, if any of the given features is supported by the device controller.
See Also