C# 클래스 Opc.Ua.Client.DataDictionary

상속: ApplicationConfiguration
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( NodeId descriptionId ) : bool

Returns true if the dictionary contains the data type description;

DataDictionary ( Session session ) : System

The default constructor.

GetSchema ( NodeId descriptionId ) : string

Returns the schema for the specified type (returns the entire dictionary if null).

Load ( ReferenceDescription dictionary ) : void

Loads the dictionary idetified by the node id.

비공개 메소드들

메소드 설명
GetTypeSystem ( NodeId dictionaryId ) : void

Retrieves the type system for the dictionary.

Initialize ( ) : void

Sets private members to default values.

ReadDataTypes ( NodeId dictionaryId ) : void

Retrieves the data types in the dictionary.

ReadDictionary ( NodeId dictionaryId ) : byte[]

Reads the contents of a data dictionary.

Validate ( byte dictionary ) : void

Validates the type dictionary.

메소드 상세

Contains() 공개 메소드

Returns true if the dictionary contains the data type description;
public Contains ( NodeId descriptionId ) : bool
descriptionId NodeId
리턴 bool

DataDictionary() 공개 메소드

The default constructor.
public DataDictionary ( Session session ) : System
session Session
리턴 System

GetSchema() 공개 메소드

Returns the schema for the specified type (returns the entire dictionary if null).
public GetSchema ( NodeId descriptionId ) : string
descriptionId NodeId
리턴 string

Load() 공개 메소드

Loads the dictionary idetified by the node id.
public Load ( ReferenceDescription dictionary ) : void
dictionary ReferenceDescription
리턴 void