C# Class Opc.Ua.QueryNextResponseMessage

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

Public Methods

Method Description
QueryNextResponseMessage ( ) : System

Initializes an empty message.

QueryNextResponseMessage ( QueryNextResponse QueryNextResponse ) : System

Initializes the message with the body.

QueryNextResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

QueryNextResponseMessage() public method

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

QueryNextResponseMessage() public method

Initializes the message with the body.
public QueryNextResponseMessage ( QueryNextResponse QueryNextResponse ) : System
QueryNextResponse QueryNextResponse
return System

QueryNextResponseMessage() public method

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