Table of Contents

Struct OpenFileResult

Namespace
DuetControlServer.Link.Protocol.SbcRequests
Assembly
DuetControlServer.dll

Response to a file open request

public struct OpenFileResult
Inherited Members

Fields

Size of the file or 0 if it could not be opened

public uint FileSize

Field Value

uint

Handle of the opened file or NoFileHandle if the file could not be opened

public uint Handle

Field Value

uint