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

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

Public Member Functions

 FindServersResponseMessage ()
 Initializes an empty message. More...
 
 FindServersResponseMessage (FindServersResponse FindServersResponse)
 Initializes the message with the body. More...
 
 FindServersResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

FindServersResponse FindServersResponse
 The body of the message. More...
 

Detailed Description

The message contract for the FindServers service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.FindServersResponseMessage.FindServersResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.FindServersResponseMessage.FindServersResponseMessage ( FindServersResponse  FindServersResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.FindServersResponseMessage.FindServersResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

FindServersResponse UnifiedAutomation.UaBase.FindServersResponseMessage.FindServersResponse

The body of the message.


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