Struct OpenFileResult
Response to a file open request
Inherited Members
Namespace: DuetControlServer.SPI.Communication.SbcRequests
Assembly: DuetControlServer.dll
Syntax
public struct OpenFileResult
Fields
FileSize
Size of the file or 0 if it could not be opened
Declaration
public uint FileSize
Field Value
Type | Description |
---|---|
uint |
Handle
Handle of the opened file or NoFileHandle if the file could not be opened
Declaration
public uint Handle
Field Value
Type | Description |
---|---|
uint |