.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.FindServersMessage Class Reference

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

FindServersRequest FindServersRequest
 The body of the message. More...
 

Detailed Description

The message contract for the FindServers service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.FindServersMessage.FindServersMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.FindServersMessage.FindServersMessage ( FindServersRequest  FindServersRequest)
inline

Initializes the message with the body.

Member Data Documentation

FindServersRequest UnifiedAutomation.UaBase.FindServersMessage.FindServersRequest

The body of the message.


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