C# 클래스 Opc.Ua.Com.Client.ComItemIdParser

The default item id parser that uses the settings in the configuration.
상속: IItemIdParser
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Parse ( ComObject server, ComClientConfiguration configuration, string itemId, string &browseName ) : bool

Parses the specified item id.

메소드 상세

Parse() 공개 메소드

Parses the specified item id.
public Parse ( ComObject server, ComClientConfiguration configuration, string itemId, string &browseName ) : bool
server ComObject The COM server that provided the item id.
configuration ComClientConfiguration The COM wrapper configuration.
itemId string The item id to parse.
browseName string The name of the item.
리턴 bool