UA Bundle SDK .NET  2.3.0.330
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
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)
 Updates the file by exporting the server namespace. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IFileMethods
StatusCode Close (RequestContext context, FileModel model, uint FileHandle)
 Close is used to close a file represented by a FileType. When a client closes a file, the handle becomes invalid. More...
 
StatusCode GetPosition (RequestContext context, FileModel model, uint FileHandle, out ulong Position)
 GetPosition is used to provide the current position of the FileHandle. More...
 
StatusCode Open (RequestContext context, FileModel model, byte Mode, out uint FileHandle)
 Used to open a file represented by an Object of FileType. More...
 
StatusCode Read (RequestContext context, FileModel model, uint FileHandle, int Length, out byte[] Data)
 Read is used to read a part of the file starting from the current file position. More...
 
StatusCode SetPosition (RequestContext context, FileModel model, uint FileHandle, ulong Position)
 Used to set the current position of the FileHandle. More...
 
StatusCode Write (RequestContext context, FileModel model, uint FileHandle, byte[] Data)
 Write is used to write 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 
)

Updates the file by exporting the server namespace.

Parameters
context
model
Returns

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