.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.BrowseNextMessage Class Reference

The message contract for the BrowseNext service. More...

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

 BrowseNextMessage ()
 Initializes an empty message. More...
 
 BrowseNextMessage (BrowseNextRequest BrowseNextRequest)
 Initializes the message with the body. More...
 
IServiceRequest GetRequest ()
 
object CreateResponse (IServiceResponse response)
 

Public Attributes

BrowseNextRequest BrowseNextRequest
 The body of the message. More...
 

Detailed Description

The message contract for the BrowseNext service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowseNextMessage.BrowseNextMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.BrowseNextMessage.BrowseNextMessage ( BrowseNextRequest  BrowseNextRequest)
inline

Initializes the message with the body.

Member Data Documentation

BrowseNextRequest UnifiedAutomation.UaBase.BrowseNextMessage.BrowseNextRequest

The body of the message.


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