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

More...

Inherits UnifiedAutomation.UaBase.HistoryReadDetails.

Public Member Functions

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

Properties

uint NumValuesPerNode [get, set]
 
DateTime StartTime [get, set]
 
DateTime EndTime [get, set]
 
EventFilter Filter [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.ReadEventDetails.ReadEventDetails ( )

Member Function Documentation

override bool UnifiedAutomation.UaBase.ReadEventDetails.IsValid ( )
virtual

The OPC Foundation specification part 11 describes how to set the history read details. Verifies that the properties of ReadEventDetails are specified correctly.

Returns
Returns true if ReadEventDetails are valid.

Reimplemented from UnifiedAutomation.UaBase.HistoryReadDetails.

Property Documentation

DateTime UnifiedAutomation.UaBase.ReadEventDetails.EndTime
getset

EventFilter UnifiedAutomation.UaBase.ReadEventDetails.Filter
getset

uint UnifiedAutomation.UaBase.ReadEventDetails.NumValuesPerNode
getset

DateTime UnifiedAutomation.UaBase.ReadEventDetails.StartTime
getset


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