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

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

Public Member Functions

 ActivateSessionResponseMessage ()
 Initializes an empty message. More...
 
 ActivateSessionResponseMessage (ActivateSessionResponse ActivateSessionResponse)
 Initializes the message with the body. More...
 
 ActivateSessionResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

ActivateSessionResponse ActivateSessionResponse
 The body of the message. More...
 

Detailed Description

The message contract for the ActivateSession service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ActivateSessionResponseMessage.ActivateSessionResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.ActivateSessionResponseMessage.ActivateSessionResponseMessage ( ActivateSessionResponse  ActivateSessionResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.ActivateSessionResponseMessage.ActivateSessionResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

ActivateSessionResponse UnifiedAutomation.UaBase.ActivateSessionResponseMessage.ActivateSessionResponse

The body of the message.


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