C# Class Opc.Ua.FindServersResponseMessage

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

Public Methods

Method Description
FindServersResponseMessage ( ) : System

Initializes an empty message.

FindServersResponseMessage ( FindServersResponse FindServersResponse ) : System

Initializes the message with the body.

FindServersResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

FindServersResponseMessage() public method

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

FindServersResponseMessage() public method

Initializes the message with the body.
public FindServersResponseMessage ( FindServersResponse FindServersResponse ) : System
FindServersResponse FindServersResponse
return System

FindServersResponseMessage() public method

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