Struct FileChunkHeader
- Namespace
- DuetControlServer.Link.Protocol.FirmwareRequests
- Assembly
- DuetControlServer.dll
Request abort of the currently executing files
public struct FileChunkHeader
- Inherited Members
Fields
FilenameLength
Length of the filename
public uint FilenameLength
Field Value
MaxLength
Maximum length of the file chunk to return
public uint MaxLength
Field Value
Offset
Offset in the file
public uint Offset