C# Class Opc.Ua.Com.Client.SubscribeItemRequest

Stores a request to subscribe to a COM DA item.
Datei anzeigen Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
Add ( MonitoredItem monitoredItem ) : void

Adds the specified monitored item.

ChangesComplete ( ) : void

Marks the groups changes as complete and updates the sampling interval.

Modify ( MonitoredItem monitoredItem ) : void

Modifies request after the specified monitored item changed.

Remove ( MonitoredItem monitoredItem ) : void

Removes the specified monitored item.

SubscribeItemRequest ( string itemId ) : System

Initializes a new instance of the SubscribeItemRequest class.

Update ( ) : void

Updates this request after monitored items have been added/removed.

Method Details

Add() public method

Adds the specified monitored item.
public Add ( MonitoredItem monitoredItem ) : void
monitoredItem Opc.Ua.Server.MonitoredItem The monitored item.
return void

ChangesComplete() public method

Marks the groups changes as complete and updates the sampling interval.
public ChangesComplete ( ) : void
return void

Modify() public method

Modifies request after the specified monitored item changed.
public Modify ( MonitoredItem monitoredItem ) : void
monitoredItem Opc.Ua.Server.MonitoredItem The monitored item.
return void

Remove() public method

Removes the specified monitored item.
public Remove ( MonitoredItem monitoredItem ) : void
monitoredItem Opc.Ua.Server.MonitoredItem The monitored item.
return void

SubscribeItemRequest() public method

Initializes a new instance of the SubscribeItemRequest class.
public SubscribeItemRequest ( string itemId ) : System
itemId string The item id.
return System

Update() public method

Updates this request after monitored items have been added/removed.
public Update ( ) : void
return void