Struct FileChunkHeader
Response to a FileChunkHeader. This is followed by the payload if Length is greater than 0
Inherited Members
Namespace: DuetControlServer.SPI.Communication.SbcRequests
Assembly: DuetControlServer.dll
Syntax
public struct FileChunkHeader
Fields
DataLength
Length of the file chunk or -1 if an error occurred
Declaration
public int DataLength
Field Value
Type | Description |
---|---|
int |
FileLength
Total length of the file
Declaration
public uint FileLength
Field Value
Type | Description |
---|---|
uint |