C# 클래스 Quickstarts.HistoricalAccessServer.UnderlyingSystem

Provides access to the system which stores the data.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetFolderState() 공개 메소드

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

GetItemState() 공개 메소드

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

UnderlyingSystem() 공개 메소드

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