C# Class Opc.Ua.TranslateBrowsePathsToNodeIdsResponseMessage

ファイルを表示 Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Methods

Method Description
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.

Method Details

TranslateBrowsePathsToNodeIdsResponseMessage() public method

Initializes an empty message.
public TranslateBrowsePathsToNodeIdsResponseMessage ( ) : System
return System

TranslateBrowsePathsToNodeIdsResponseMessage() public method

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

TranslateBrowsePathsToNodeIdsResponseMessage() public method

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