Table of Contents

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

Identifier of the packet

public ushort Id

Field Value

ushort

Length of the packet in bytes

public ushort Length

Field Value

ushort

Identifier of this request

public ushort Request

Field Value

ushort
See Also

Identifier of the packet that is supposed to be resent (defaults to 0)

public ushort ResendPacketId

Field Value

ushort