Click or drag to resize

BaseScanControllerGetDeviceStatusRepresentation Method

Gets the device status in form of color and description.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public override Tuple<Color, string> GetDeviceStatusRepresentation()

Return Value

TupleColor, String
Tuple of color and description of the current device status.
See Also