.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaBase.ReadAtTimeDetails Class Reference

More...

Inherits UnifiedAutomation.UaBase.HistoryReadDetails.

Public Member Functions

 ReadAtTimeDetails ()
 
override void Encode (IEncoder encoder)
 
override void Decode (IDecoder decoder)
 
override bool IsEqual (IEncodeable encodeable)
 
override object Clone ()
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.HistoryReadDetails
 HistoryReadDetails ()
 
virtual bool IsValid ()
 The OPC Foundation specification part 11 describes how to set the history read details. Verifies that the properties of HistoryReadDetails are specified correctly. More...
 

Properties

DateTimeCollection ReqTimes [get, set]
 
bool UseSimpleBounds [get, set]
 
override ExpandedNodeId TypeId [get]
 
override ExpandedNodeId BinaryEncodingId [get]
 
override ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.HistoryReadDetails
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodeable 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...
 

Additional Inherited Members

- Static Protected Member Functions inherited from UnifiedAutomation.UaBase.HistoryReadDetails
static bool ValidateHistoryDetails (DateTime startTime, DateTime endTime, uint numValuesPerNode)
 Checks if at least two of the history details input parameters are specified. More...
 
static bool ValidateHistoryDetails (DateTime startTime, DateTime endTime, double processingInterval)
 Checks if all of the history details input parameters are specified. More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ReadAtTimeDetails.ReadAtTimeDetails ( )

Property Documentation

DateTimeCollection UnifiedAutomation.UaBase.ReadAtTimeDetails.ReqTimes
getset

bool UnifiedAutomation.UaBase.ReadAtTimeDetails.UseSimpleBounds
getset


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