Click or drag to resize

BaseLaserControllerCheckControllerFeatureDelegate Property

Gets or sets the delegate for checking whether the automation feature is supported.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public Func<ScanControllerAutomationFeatureType, bool> CheckControllerFeatureDelegate { get; set; }

Property Value

FuncScanControllerAutomationFeatureType, Boolean
See Also