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

List of results for the MonitoredItems to modify. The size and order of the list matches the size and order of the itemsToModify request parameter. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 MonitoredItemModifyResult ()
 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

StatusCode StatusCode [get, set]
 StatusCode for the MonitoredItem to be modified. More...
 
double RevisedSamplingInterval [get, set]
 The actual sampling interval that the Server will use. The Server returns the value it will actually use for the sampling interval. This value is based on a number of factors, including capabilities of the underlying system. The Server shall always return a revisedSamplingInterval that is equal or higher than the requested samplingInterval. If the requestedSamplingInterval is higher than the maximum sampling interval supported by the Server, the maximum sampling interval is returned. More...
 
uint RevisedQueueSize [get, set]
 The actual queue size that the Server will use. More...
 
ExtensionObject FilterResult [get, set]
 Contains any revised parameter values or error results associated with the MonitoringFilter specified in the request. This parameter may be omitted if no errors occurred. The MonitoringFilterResult parameter type is an extensible parameter type. More...
 
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 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

List of results for the MonitoredItems to modify. The size and order of the list matches the size and order of the itemsToModify request parameter.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.MonitoredItemModifyResult.MonitoredItemModifyResult ( )
inline

The default constructor.

Member Function Documentation

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

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

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

ExtensionObject UnifiedAutomation.UaBase.MonitoredItemModifyResult.FilterResult
getset

Contains any revised parameter values or error results associated with the MonitoringFilter specified in the request. This parameter may be omitted if no errors occurred. The MonitoringFilterResult parameter type is an extensible parameter type.

uint UnifiedAutomation.UaBase.MonitoredItemModifyResult.RevisedQueueSize
getset

The actual queue size that the Server will use.

double UnifiedAutomation.UaBase.MonitoredItemModifyResult.RevisedSamplingInterval
getset

The actual sampling interval that the Server will use. The Server returns the value it will actually use for the sampling interval. This value is based on a number of factors, including capabilities of the underlying system. The Server shall always return a revisedSamplingInterval that is equal or higher than the requested samplingInterval. If the requestedSamplingInterval is higher than the maximum sampling interval supported by the Server, the maximum sampling interval is returned.

StatusCode UnifiedAutomation.UaBase.MonitoredItemModifyResult.StatusCode
getset

StatusCode for the MonitoredItem to be modified.


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