.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.WriteMessage Class Reference

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

 WriteMessage ()
 Initializes an empty message. More...
 
 WriteMessage (WriteRequest WriteRequest)
 Initializes the message with the body. More...
 
IServiceRequest GetRequest ()
 
object CreateResponse (IServiceResponse response)
 

Public Attributes

WriteRequest WriteRequest
 The body of the message. More...
 

Detailed Description

The message contract for the Write service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.WriteMessage.WriteMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.WriteMessage.WriteMessage ( WriteRequest  WriteRequest)
inline

Initializes the message with the body.

Member Data Documentation

WriteRequest UnifiedAutomation.UaBase.WriteMessage.WriteRequest

The body of the message.


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