Table of Contents

Struct FileChunkHeader

Namespace
DuetControlServer.Link.Protocol.SbcRequests
Assembly
DuetControlServer.dll

Response to a FileChunkHeader. This is followed by the payload if Length is greater than 0

public struct FileChunkHeader
Inherited Members

Fields

Length of the file chunk or -1 if an error occurred

public int DataLength

Field Value

int

Total length of the file

public uint FileLength

Field Value

uint