Méthode | Description | |
---|---|---|
Add ( |
Adds the specified monitored item.
|
|
ChangesComplete ( int attributeSamplingInterval ) : void |
Updates the request after changes are completed.
|
|
HdaSubscribeAttributeRequest ( string itemId ) : System |
Initializes a new instance of the HdaSubscribeAttributeRequest class.
|
|
Modify ( |
Modifies the request after the specified item changes.
|
|
QueueValues ( |
Queues the value to the monitored item.
|
|
Remove ( |
Removes the specified monitored item.
|
Méthode | Description | |
---|---|---|
IncrementSampleTime ( ) : void |
Increments the sample time to the next interval.
|
|
QueueValue ( |
Queues the value to the monitored item.
|
|
UpdateSamplingInterval ( ) : void |
Updates the request after adding/removing items.
|
public Add ( |
||
context | The context. | |
monitoredItem | The monitored item. | |
Résultat | void |
public ChangesComplete ( int attributeSamplingInterval ) : void | ||
attributeSamplingInterval | int | The attribute sampling interval. |
Résultat | void |
public HdaSubscribeAttributeRequest ( string itemId ) : System | ||
itemId | string | The item id. |
Résultat | System |
public Modify ( |
||
context | The context. | |
monitoredItem | The monitored item. | |
Résultat | void |
public QueueValues ( |
||
context | The context. | |
request | HdaReadRequest | The request. |
initialUpdate | bool | if set to |
Résultat | void |
public Remove ( |
||
context | The context. | |
monitoredItem | The monitored item. | |
Résultat | void |