.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.WriteResponseMessage Class Reference

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

Public Member Functions

 WriteResponseMessage ()
 Initializes an empty message. More...
 
 WriteResponseMessage (WriteResponse WriteResponse)
 Initializes the message with the body. More...
 
 WriteResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

WriteResponse WriteResponse
 The body of the message. More...
 

Detailed Description

The message contract for the Write service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.WriteResponseMessage.WriteResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.WriteResponseMessage.WriteResponseMessage ( WriteResponse  WriteResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.WriteResponseMessage.WriteResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

WriteResponse UnifiedAutomation.UaBase.WriteResponseMessage.WriteResponse

The body of the message.


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