GenerateOptions |
[in] |
1:BaseResultTransferOptionsDataType |
Options how to generate the file, including the resultId of the result the file belongs to. |
FileNodeId |
[out] |
0:NodeId |
NodeId of the temporary file. |
FileHandle |
[out] |
0:UInt32 |
The FileHandle of the opened TransferFile.
The FileHandle can be used to access the TransferFile methods Read and Close. |
CompletionStateMachine |
[out] |
0:NodeId |
If the creation of the file is completed asynchronously, the parameter returns the NodeId of the corresponding FileTransferStateMachineType Object.
If the creation of the file is already completed, the parameter is null.
If a FileTransferStateMachineType object NodeId is returned, the Read Method of the file fails until the TransferState changed to ReadTransfer. |