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

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

Public Member Functions

 RegisterServer2ResponseMessage ()
 Initializes an empty message. More...
 
 RegisterServer2ResponseMessage (RegisterServer2Response RegisterServer2Response)
 Initializes the message with the body. More...
 
 RegisterServer2ResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

RegisterServer2Response RegisterServer2Response
 The body of the message. More...
 

Detailed Description

The message contract for the RegisterServer2 service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RegisterServer2ResponseMessage.RegisterServer2ResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.RegisterServer2ResponseMessage.RegisterServer2ResponseMessage ( RegisterServer2Response  RegisterServer2Response)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.RegisterServer2ResponseMessage.RegisterServer2ResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

RegisterServer2Response UnifiedAutomation.UaBase.RegisterServer2ResponseMessage.RegisterServer2Response

The body of the message.


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