Struct SeekFileHeader
Seek to a new file position
Inherited Members
Namespace: DuetControlServer.SPI.Communication.FirmwareRequests
Assembly: DuetControlServer.dll
Syntax
public struct SeekFileHeader
Fields
Handle
Handle of the file to write to
Declaration
public uint Handle
Field Value
Type | Description |
---|---|
uint |
Offset
File position to go to
Declaration
public uint Offset
Field Value
Type | Description |
---|---|
uint |