.NET Based OPC UA Client/Server SDK  3.1.3.516
UnifiedAutomation.UaBase.HistoryReadMessage Class Reference

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

HistoryReadRequest HistoryReadRequest
 The body of the message. More...
 

Detailed Description

The message contract for the HistoryRead service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryReadMessage.HistoryReadMessage ( )

Initializes an empty message.

UnifiedAutomation.UaBase.HistoryReadMessage.HistoryReadMessage ( HistoryReadRequest  HistoryReadRequest)

Initializes the message with the body.

Member Data Documentation

HistoryReadRequest UnifiedAutomation.UaBase.HistoryReadMessage.HistoryReadRequest

The body of the message.


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