Struct OpenFileResult
- Namespace
- DuetControlServer.Link.Protocol.SbcRequests
- Assembly
- DuetControlServer.dll
Response to a file open request
public struct OpenFileResult
- Inherited Members
Fields
FileSize
Size of the file or 0 if it could not be opened
public uint FileSize
Field Value
Handle
Handle of the opened file or NoFileHandle if the file could not be opened
public uint Handle