.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.QueryNextResponseMessage Class Reference

The message contract for the QueryNext service response. More...

Public Member Functions

 QueryNextResponseMessage ()
 Initializes an empty message. More...
 
 QueryNextResponseMessage (QueryNextResponse QueryNextResponse)
 Initializes the message with the body. More...
 
 QueryNextResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

QueryNextResponse QueryNextResponse
 The body of the message. More...
 

Detailed Description

The message contract for the QueryNext service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.QueryNextResponseMessage.QueryNextResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.QueryNextResponseMessage.QueryNextResponseMessage ( QueryNextResponse  QueryNextResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.QueryNextResponseMessage.QueryNextResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

QueryNextResponse UnifiedAutomation.UaBase.QueryNextResponseMessage.QueryNextResponse

The body of the message.


The documentation for this class was generated from the following file: