.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.FileModel.OpenFileHandle Class Reference

Caches information about an open file handle. More...

Public Attributes

uint FileHandle
 The unique id assigned to the file handle More...
 
Session Session
 The session which owns the file handle. More...
 
Stream Stream
 The stream used to read or write. More...
 
FileAccessModes Mode
 The mode how the stream will be accessed. More...
 

Properties

bool IsReadOnly [get]
 Gets a value indicating whether the stream is read only. More...
 

Detailed Description

Caches information about an open file handle.

Member Data Documentation

uint UnifiedAutomation.UaServer.FileModel.OpenFileHandle.FileHandle

The unique id assigned to the file handle

FileAccessModes UnifiedAutomation.UaServer.FileModel.OpenFileHandle.Mode

The mode how the stream will be accessed.

Session UnifiedAutomation.UaServer.FileModel.OpenFileHandle.Session

The session which owns the file handle.

Stream UnifiedAutomation.UaServer.FileModel.OpenFileHandle.Stream

The stream used to read or write.

Property Documentation

bool UnifiedAutomation.UaServer.FileModel.OpenFileHandle.IsReadOnly
get

Gets a value indicating whether the stream is read only.

true if the stream is read only; otherwise, false.


The documentation for this class was generated from the following file: