C# Class Opc.Ua.AddNodesResponseMessage

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

Public Methods

Method Description
AddNodesResponseMessage ( ) : System

Initializes an empty message.

AddNodesResponseMessage ( AddNodesResponse AddNodesResponse ) : System

Initializes the message with the body.

AddNodesResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

AddNodesResponseMessage() public method

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

AddNodesResponseMessage() public method

Initializes the message with the body.
public AddNodesResponseMessage ( AddNodesResponse AddNodesResponse ) : System
AddNodesResponse AddNodesResponse
return System

AddNodesResponseMessage() public method

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