Struct OpenFileHeader
- Namespace
- DuetControlServer.Link.Protocol.FirmwareRequests
- Assembly
- DuetControlServer.dll
Open a file for reading and/or writing
public struct OpenFileHeader
- Inherited Members
Fields
Append
If the file is opened for writing, this may specify if content is supposed to be appended
public byte Append
Field Value
FilenameLength
Length of the following filename
public byte FilenameLength
Field Value
ForWriting
Open the given file for writing. May be set to false to open a file in read-only mode
public byte ForWriting
Field Value
PreAllocSize
If the file is opened for writing, this may specify how many bytes may be preallocated for the file
public uint PreAllocSize