C# Class BACnet.Client.Descriptors.DescriptorQuery

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
DescriptorQuery ( uint deviceInstance = null, ushort objectType = null, string nameRegex = null ) : System
Matches ( ObjectInfo objectInfo ) : bool

Determines whether this query matches an object info instance

Method Details

DescriptorQuery() public méthode

public DescriptorQuery ( uint deviceInstance = null, ushort objectType = null, string nameRegex = null ) : System
deviceInstance uint
objectType ushort
nameRegex string
Résultat System

Matches() public méthode

Determines whether this query matches an object info instance
public Matches ( ObjectInfo objectInfo ) : bool
objectInfo ObjectInfo The object info instance
Résultat bool