Enum MessageTypeFlags
- Namespace
- DuetControlServer.Link.Protocol.Shared
- Assembly
- DuetControlServer.dll
Supported message destinations. This is now a bitmap. Note that this type is used by RepRapFirmware as well. Make sure to keep the destinations in sync with the CodeChannel entries.
[Flags]
public enum MessageTypeFlags : uint
Fields
A message that is to be sent to an auto-pause processor
A message that is to be sent to the second aux device
A message that is to be sent to an auxiliary device (PanelDue)
This message comes from a binary G-Code buffer
A message that is to be sent to USB in blocking mode
A message that is to be sent to the code queue channel
A message that is sent to the daemon processor
This is an error message
A message that is to be sent to the second file processor
A message that is to be sent to a file processor
A message that is to be sent to the web, Telnet, USB and panel
A message that is to be sent to the web (HTTP)
A message that is to be sent to LCD in immediate mode
A message that is to be sent to the panel
Log level "info" (1): all messages of level "warn" plus info messages
Log level consists of two bits, this is the high bit
Log level consists of two bits, this is the low bit
Log level "off" (3): do not log this message
Log level "warn" (2): all messages of type Error and Warning are logged
A GenericMessage that is also logged
A message that is to be published by the MQTT client
A message that is going nowhere
There is more to come; the message has been truncated
A message that is to be sent to the second code queue channel
Do not encapsulate this message
A message that is to be sent to the SBC
A message that is to be sent to a Telnet client
A message that is to be sent to a trigger processor
A message that is to be sent to the second USB channel
A message that is to be sent in non-blocking mode to the host via USB
This is a warning message