Click or drag to resize

BaseDeviceControllerGetDeviceStatusRepresentation Method

Returns the color and description of device state. Useful for UI purpose.

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

Return Value

TupleColor, String
A tuple of color and description text of the device state.
See Also