IDeviceManagerHasChain Method |
Checks whether a device controller supports any of the given chainable features.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxbool HasChain(
BaseDeviceController sourceDevice,
IList<ChainableFeatureType> chainableFeatureTypes
)
Parameters
- sourceDevice BaseDeviceController
- The device controller.
- chainableFeatureTypes IListChainableFeatureType
- The list of chainable features.
Return Value
BooleanTrue, if any of the given features is supported by the device controller.
See Also