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

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

ReadRequest ReadRequest
 The body of the message. More...
 

Detailed Description

The message contract for the Read service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReadMessage.ReadMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.ReadMessage.ReadMessage ( ReadRequest  ReadRequest)
inline

Initializes the message with the body.

Member Data Documentation

ReadRequest UnifiedAutomation.UaBase.ReadMessage.ReadRequest

The body of the message.


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