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
DataLength
Length of the file chunk or -1 if an error occurred
public int DataLength
Field Value
FileLength
Total length of the file
public uint FileLength