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

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

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 MonitoredItemCreateResult ()
 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 create. More...
 
uint MonitoredItemId [get, set]
 Server-assigned id for the MonitoredItem. This id is unique within the Subscription, but might not be unique within the Server or Session. This parameter is present only if the statusCode indicates that the MonitoredItem was successfully created. More...
 
double RevisedSamplingInterval [get, set]
 The actual sampling interval that the Server will use. 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 requestedSamplingInterval. If the requested samplingInterval 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 specified in 7.16. 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 create. The size and order of the list matches the size and order of the itemsToCreate request parameter.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.MonitoredItemCreateResult.MonitoredItemCreateResult ( )
inline

The default constructor.

Member Function Documentation

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

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

Parameters
encodeable
Returns

Property Documentation

ExtensionObject UnifiedAutomation.UaBase.MonitoredItemCreateResult.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 specified in 7.16.

uint UnifiedAutomation.UaBase.MonitoredItemCreateResult.MonitoredItemId
getset

Server-assigned id for the MonitoredItem. This id is unique within the Subscription, but might not be unique within the Server or Session. This parameter is present only if the statusCode indicates that the MonitoredItem was successfully created.

uint UnifiedAutomation.UaBase.MonitoredItemCreateResult.RevisedQueueSize
getset

The actual queue size that the Server will use.

double UnifiedAutomation.UaBase.MonitoredItemCreateResult.RevisedSamplingInterval
getset

The actual sampling interval that the Server will use. 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 requestedSamplingInterval. If the requested samplingInterval is higher than the maximum sampling interval supported by the Server, the maximum sampling interval is returned.

StatusCode UnifiedAutomation.UaBase.MonitoredItemCreateResult.StatusCode
getset

StatusCode for the MonitoredItem to create.


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