UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.HistoryDataReadResult Class Reference

A result for a history data read operation. More...

Properties

StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
byte[] ContinuationPoint [get, set]
 Gets or sets the continuation point. More...
 
List< DataValueDataValues [get, set]
 Gets or sets the data values. More...
 
List< ModificationInfoModificationInfo [get, set]
 Gets or sets the modification info. More...
 

Detailed Description

A result for a history data read operation.

Property Documentation

byte [] UnifiedAutomation.UaClient.HistoryDataReadResult.ContinuationPoint
getset

Gets or sets the continuation point.

The continuation point.

List<DataValue> UnifiedAutomation.UaClient.HistoryDataReadResult.DataValues
getset

Gets or sets the data values.

The data values.

List<ModificationInfo> UnifiedAutomation.UaClient.HistoryDataReadResult.ModificationInfo
getset

Gets or sets the modification info.

The modification info.

StatusCode UnifiedAutomation.UaClient.HistoryDataReadResult.StatusCode
getset

Gets or sets the status code.

The status code.


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