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

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

BrowseRequest BrowseRequest
 The body of the message. More...
 

Detailed Description

The message contract for the Browse service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.BrowseMessage.BrowseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.BrowseMessage.BrowseMessage ( BrowseRequest  BrowseRequest)
inline

Initializes the message with the body.

Member Data Documentation

BrowseRequest UnifiedAutomation.UaBase.BrowseMessage.BrowseRequest

The body of the message.


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