C# 클래스 Opc.Ua.TranslateBrowsePathsToNodeIdsResponseMessage

파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
TranslateBrowsePathsToNodeIdsResponseMessage ( ) : System

Initializes an empty message.

TranslateBrowsePathsToNodeIdsResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

TranslateBrowsePathsToNodeIdsResponseMessage ( TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse ) : System

Initializes the message with the body.

메소드 상세

TranslateBrowsePathsToNodeIdsResponseMessage() 공개 메소드

Initializes an empty message.
public TranslateBrowsePathsToNodeIdsResponseMessage ( ) : System
리턴 System

TranslateBrowsePathsToNodeIdsResponseMessage() 공개 메소드

Initializes the message with a service fault.
public TranslateBrowsePathsToNodeIdsResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
리턴 System

TranslateBrowsePathsToNodeIdsResponseMessage() 공개 메소드

Initializes the message with the body.
public TranslateBrowsePathsToNodeIdsResponseMessage ( TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse ) : System
TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse
리턴 System