Table of Contents

Struct OpenFileHeader

Namespace
DuetControlServer.Link.Protocol.FirmwareRequests
Assembly
DuetControlServer.dll

Open a file for reading and/or writing

public struct OpenFileHeader
Inherited Members

Fields

If the file is opened for writing, this may specify if content is supposed to be appended

public byte Append

Field Value

byte

Length of the following filename

public byte FilenameLength

Field Value

byte

Open the given file for writing. May be set to false to open a file in read-only mode

public byte ForWriting

Field Value

byte

If the file is opened for writing, this may specify how many bytes may be preallocated for the file

public uint PreAllocSize

Field Value

uint