C# Class Opc.Ua.CallResponseMessage

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

Public Methods

Method Description
CallResponseMessage ( ) : System

Initializes an empty message.

CallResponseMessage ( CallResponse CallResponse ) : System

Initializes the message with the body.

CallResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

CallResponseMessage() public method

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

CallResponseMessage() public method

Initializes the message with the body.
public CallResponseMessage ( CallResponse CallResponse ) : System
CallResponse CallResponse
return System

CallResponseMessage() public method

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