C# Class Quickstarts.HistoricalAccessServer.UnderlyingSystem

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

Méthodes publiques

Méthode 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 méthode

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

GetItemState() public méthode

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

UnderlyingSystem() public méthode

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