Table of Contents

Struct FileChunkHeader

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

Request abort of the currently executing files

public struct FileChunkHeader
Inherited Members

Fields

Length of the filename

public uint FilenameLength

Field Value

uint

Maximum length of the file chunk to return

public uint MaxLength

Field Value

uint

Offset in the file

public uint Offset

Field Value

uint