UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaClientSdk::HistoryReadDataResult Class Reference

The HistoryReadDataResult class contains the result for one item in a HistoryRead call for data. More...

#include <uaclientsdk.h>

Public Member Functions

 HistoryReadDataResult ()
 Constructor.
 
 ~HistoryReadDataResult ()
 Destructor.
 

Public Attributes

UaStatus m_status
 Result code for the operation.
 
UaByteString m_continuationPoint
 Continuation point if the server was not able to return all available data.
 
UaDataValues m_dataValues
 The data for the requested time frame.
 
UaModificationInfo m_modificationInformation
 Modification information for the provided modified data if the isReadModified flag was set. More...
 

Detailed Description

The HistoryReadDataResult class contains the result for one item in a HistoryRead call for data.

Member Data Documentation

UaModificationInfo UaClientSdk::HistoryReadDataResult::m_modificationInformation

Modification information for the provided modified data if the isReadModified flag was set.


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