C# 클래스 Opc.Ua.EventFilter

A filter to apply when monitoring event.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
AddSelectClause ( Opc.Ua.NodeId eventTypeId, Opc.Ua.QualifiedName propertyName ) : void

Adds the specified property to the event filter.

AddSelectClause ( Opc.Ua.NodeId eventTypeId, string browsePath, uint attributeId ) : void

Adds the specified browse path to the event filter.

Validate ( FilterContext context ) : System.Result

Validates the object.

메소드 상세

AddSelectClause() 공개 메소드

Adds the specified property to the event filter.
public AddSelectClause ( Opc.Ua.NodeId eventTypeId, Opc.Ua.QualifiedName propertyName ) : void
eventTypeId Opc.Ua.NodeId
propertyName Opc.Ua.QualifiedName
리턴 void

AddSelectClause() 공개 메소드

Adds the specified browse path to the event filter.
public AddSelectClause ( Opc.Ua.NodeId eventTypeId, string browsePath, uint attributeId ) : void
eventTypeId Opc.Ua.NodeId
browsePath string
attributeId uint
리턴 void

Validate() 공개 메소드

Validates the object.
public Validate ( FilterContext context ) : System.Result
context FilterContext
리턴 System.Result