UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.HistoryReadRequest Class Reference

More...

Inherits UnifiedAutomation.UaBase.IServiceRequest, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 HistoryReadRequest ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 
 

Properties

RequestHeader RequestHeader [get, set]
  More...
 
ExtensionObject HistoryReadDetails [get, set]
 The details define the types of history reads that can be performed. The HistoryReadDetails parameter type is an extensible parameter type formally defined in Part 11. More...
 
TimestampsToReturn TimestampsToReturn [get, set]
 An enumeration that specifies the timestamps to be returned for each requested Variable Value Attribute. Specifying a TimestampsToReturn of NEITHER is not valid. A Server shall return a Bad_InvalidTimestampArgument StatusCode in this case. More...
 
bool ReleaseContinuationPoints [get, set]
 A Boolean parameter with the following values: More...
 
HistoryReadValueIdCollection NodesToRead [get, set]
  More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceRequest
RequestHeader RequestHeader [get, set]
 The header for the request. More...
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.HistoryReadRequest.HistoryReadRequest ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.HistoryReadRequest.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Property Documentation

ExtensionObject UnifiedAutomation.UaBase.HistoryReadRequest.HistoryReadDetails
getset

The details define the types of history reads that can be performed. The HistoryReadDetails parameter type is an extensible parameter type formally defined in Part 11.

HistoryReadValueIdCollection UnifiedAutomation.UaBase.HistoryReadRequest.NodesToRead
getset

bool UnifiedAutomation.UaBase.HistoryReadRequest.ReleaseContinuationPoints
getset

A Boolean parameter with the following values:

TRUE
passed continuationPoints shall be reset to free resources in the Server.
FALSE
passed continuationPoints shall be used to get the next set of historical information.

A Client shall always use the continuation point returned by a HistoryRead response to free the resources for the continuation point in the Server. If the Client does not want to get the next set of historical information, HistoryRead shall be called with this parameter set to TRUE.

RequestHeader UnifiedAutomation.UaBase.HistoryReadRequest.RequestHeader
getset

TimestampsToReturn UnifiedAutomation.UaBase.HistoryReadRequest.TimestampsToReturn
getset

An enumeration that specifies the timestamps to be returned for each requested Variable Value Attribute. Specifying a TimestampsToReturn of NEITHER is not valid. A Server shall return a Bad_InvalidTimestampArgument StatusCode in this case.


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