Struct FileChunkHeader
Request abort of the currently executing files
Inherited Members
Namespace: DuetControlServer.SPI.Communication.FirmwareRequests
Assembly: DuetControlServer.dll
Syntax
public struct FileChunkHeader
Fields
FilenameLength
Length of the filename
Declaration
public uint FilenameLength
Field Value
Type | Description |
---|---|
uint |
MaxLength
Maximum length of the file chunk to return
Declaration
public uint MaxLength
Field Value
Type | Description |
---|---|
uint |
Offset
Offset in the file
Declaration
public uint Offset
Field Value
Type | Description |
---|---|
uint |