C# Class Quickstarts.HistoricalAccessServer.UnderlyingSystem

Provides access to the system which stores the data.
Exibir arquivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
GetFolderState ( ISystemContext context, string rootId ) : ArchiveFolderState

Returns a folder object for the specified node.

GetItemState ( ISystemContext context, ParsedNodeId parsedNodeId ) : ArchiveItemState

Returns a item object for the specified node.

UnderlyingSystem ( HistoricalAccessServerConfiguration configuration, ushort namespaceIndex ) : System

Constructs a new system.

Method Details

GetFolderState() public method

Returns a folder object for the specified node.
public GetFolderState ( ISystemContext context, string rootId ) : ArchiveFolderState
context ISystemContext
rootId string
return ArchiveFolderState

GetItemState() public method

Returns a item object for the specified node.
public GetItemState ( ISystemContext context, ParsedNodeId parsedNodeId ) : ArchiveItemState
context ISystemContext
parsedNodeId Opc.Ua.Server.ParsedNodeId
return ArchiveItemState

UnderlyingSystem() public method

Constructs a new system.
public UnderlyingSystem ( HistoricalAccessServerConfiguration configuration, ushort namespaceIndex ) : System
configuration HistoricalAccessServerConfiguration
namespaceIndex ushort
return System