C# 클래스 Opc.Ua.Com.Client.SubscribeItemRequest

Stores a request to subscribe to a COM DA item.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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

ChangesComplete() 공개 메소드

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

Modify() 공개 메소드

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

Remove() 공개 메소드

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

SubscribeItemRequest() 공개 메소드

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

Update() 공개 메소드

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