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

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

Public Member Functions

 CallResponseMessage ()
 Initializes an empty message. More...
 
 CallResponseMessage (CallResponse CallResponse)
 Initializes the message with the body. More...
 
 CallResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

CallResponse CallResponse
 The body of the message. More...
 

Detailed Description

The message contract for the Call service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CallResponseMessage.CallResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CallResponseMessage.CallResponseMessage ( CallResponse  CallResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.CallResponseMessage.CallResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

CallResponse UnifiedAutomation.UaBase.CallResponseMessage.CallResponse

The body of the message.


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