Struct MessageHeader
Header for arbitrary messages
Inherited Members
Namespace: DuetControlServer.SPI.Communication.Shared
Assembly: DuetControlServer.dll
Syntax
public struct MessageHeader
Fields
Length
Length of the reply in bytes
Declaration
public ushort Length
Field Value
Type | Description |
---|---|
ushort |
MessageType
Message type describing the message
Declaration
public MessageTypeFlags MessageType
Field Value
Type | Description |
---|---|
MessageTypeFlags |