Struct PacketHeader
- Namespace
- DuetControlServer.Link.Protocol.Shared
- Assembly
- DuetControlServer.dll
Header used for single packets from and to the RepRapFirmware board
public struct PacketHeader
- Inherited Members
Fields
Id
Identifier of the packet
public ushort Id
Field Value
Length
Length of the packet in bytes
public ushort Length
Field Value
Request
Identifier of this request
public ushort Request
Field Value
- See Also
ResendPacketId
Identifier of the packet that is supposed to be resent (defaults to 0)
public ushort ResendPacketId