BaseDeviceControllerGetDeviceStatusRepresentation Method |
Returns the color and description of device state. Useful for UI purpose.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic virtual Tuple<Color, string> GetDeviceStatusRepresentation()
Return Value
TupleColor,
StringA tuple of color and description text of the device state.
See Also