Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The MonitoredItemStatus type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetMonitoringMode |
Updates the monitoring mode.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AttributeId |
The attribute being monitored.
| |
| ClientHandle |
The identifier assigned by the client.
| |
| Created |
Whether the item has been created on the server.
| |
| DataEncoding |
The encoding to use when returning notifications.
| |
| DiscardOldest |
Whether to discard the oldest entries in the queue when it is full.
| |
| Error |
Any error condition associated with the monitored item.
| |
| Filter |
The filter to use to select values to return.
| |
| Id |
The identifier assigned by the server.
| |
| IndexRange |
The range of array indexes to being monitored.
| |
| MonitoringMode |
The monitoring mode.
| |
| NodeId |
The node id being monitored.
| |
| QueueSize |
The length of the queue used to buffer values.
| |
| SamplingInterval |
The sampling interval.
|