C# 클래스 BACnet.Client.Descriptors.DescriptorQuery

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
DescriptorQuery ( uint deviceInstance = null, ushort objectType = null, string nameRegex = null ) : System
Matches ( ObjectInfo objectInfo ) : bool

Determines whether this query matches an object info instance

메소드 상세

DescriptorQuery() 공개 메소드

public DescriptorQuery ( uint deviceInstance = null, ushort objectType = null, string nameRegex = null ) : System
deviceInstance uint
objectType ushort
nameRegex string
리턴 System

Matches() 공개 메소드

Determines whether this query matches an object info instance
public Matches ( ObjectInfo objectInfo ) : bool
objectInfo ObjectInfo The object info instance
리턴 bool