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

Manages the DA COM connections used by the UA server.
상속: ComClientManager
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
ComHdaClientManager ( ) : System

Initializes a new instance of the ComHdaClientManager class.

보호된 메소드들

메소드 설명
CreateClient ( ) : ComClient

Creates a new client object.

UpdateStatus ( ) : bool

Updates the status node.

메소드 상세

ComHdaClientManager() 공개 메소드

Initializes a new instance of the ComHdaClientManager class.
public ComHdaClientManager ( ) : System
리턴 System

CreateClient() 보호된 메소드

Creates a new client object.
protected CreateClient ( ) : ComClient
리턴 ComClient

UpdateStatus() 보호된 메소드

Updates the status node.
protected UpdateStatus ( ) : bool
리턴 bool