Table of Contents

Struct PrintPausedHeader

Namespace
DuetControlServer.Link.Protocol.FirmwareRequests
Assembly
DuetControlServer.dll

Header of print pause events

public struct PrintPausedHeader
Inherited Members

Fields

Position at which the file has been paused

public uint FilePosition

Field Value

uint

Position at which the second open file has been paused (if applicable)

public uint FilePosition2

Field Value

uint

Reason why the print has been paused

public byte PauseReason

Field Value

byte
See Also