.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.IAddressSpaceFileMethods Interface Reference

The interface for methods implemented on the AddressSpaceFileModel object. More...

Inherits UnifiedAutomation.UaServer.IFileMethods.

Public Member Functions

StatusCode ExportNamespace (RequestContext context, AddressSpaceFileModel model)
 Provides a way to export the namespace from the Server address space to the XML file represented by the AddressSpaceFileType. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IFileMethods
StatusCode Close (RequestContext context, FileModel model, uint FileHandle)
 Closes a file represented by a UnifiedAutomation.UaServer.FileModel. More...
 
StatusCode GetPosition (RequestContext context, FileModel model, uint FileHandle, out ulong Position)
 Provides the current position of the FileHandle. More...
 
StatusCode Open (RequestContext context, FileModel model, byte Mode, out uint FileHandle)
 Opens a file represented by an object of UnifiedAutomation.UaServer.FileModel. More...
 
StatusCode Read (RequestContext context, FileModel model, uint FileHandle, int Length, out byte[] Data)
 Reads a part of the file starting from the current file position. More...
 
StatusCode SetPosition (RequestContext context, FileModel model, uint FileHandle, ulong Position)
 Sets the current position of the FileHandle. More...
 
StatusCode Write (RequestContext context, FileModel model, uint FileHandle, byte[] Data)
 Writes a part of the file starting from the current file position. More...
 

Detailed Description

The interface for methods implemented on the AddressSpaceFileModel object.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.IAddressSpaceFileMethods.ExportNamespace ( RequestContext  context,
AddressSpaceFileModel  model 
)

Provides a way to export the namespace from the Server address space to the XML file represented by the AddressSpaceFileType.

Value attributes are only exported if they represent static configuration information. The client is expected to call the ExportNamespace method first to update the XML file and then access the file with the methods defined in the UnifiedAutomation.UaServer.FileModel.

Parameters
context
model
Returns

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