.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.OpenFileEventArgs Class Reference

The arguments passed when the OpenRequested event is raised. More...

Inherits EventArgs.

Public Member Functions

 OpenFileEventArgs (RequestContext context, FileAccessModes mode, FileInfo file)
 Initializes a new instance of the OpenFileEventArgs class. More...
 

Properties

RequestContext Context [get]
 Gets the request context passed to the open file call. More...
 
FileAccessModes Mode [get]
 Gets the type of access requested. More...
 
FileInfo File [get]
 Gets the file that is accessed by the open file call. More...
 
Stream Stream [get, set]
 Gets or sets the stream. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 

Detailed Description

The arguments passed when the OpenRequested event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.OpenFileEventArgs.OpenFileEventArgs ( RequestContext  context,
FileAccessModes  mode,
FileInfo  file 
)
inline

Initializes a new instance of the OpenFileEventArgs class.

Parameters
contextThe context.
modeThe mode.
fileThe file being accessed by object.

Property Documentation

RequestContext UnifiedAutomation.UaServer.OpenFileEventArgs.Context
get

Gets the request context passed to the open file call.

FileInfo UnifiedAutomation.UaServer.OpenFileEventArgs.File
get

Gets the file that is accessed by the open file call.

FileAccessModes UnifiedAutomation.UaServer.OpenFileEventArgs.Mode
get

Gets the type of access requested.

StatusCode UnifiedAutomation.UaServer.OpenFileEventArgs.StatusCode
getset

Gets or sets the status code.

Stream UnifiedAutomation.UaServer.OpenFileEventArgs.Stream
getset

Gets or sets the stream.


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