C# Class BACnet.Client.Db.GetObjectCommand

Inheritance: IDisposable
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes of the command

Execute ( DescriptorRegistrar registrar, uint deviceInstance, ObjectId objectIdentifier ) : ObjectInfo

Executes the command

GetObjectCommand ( SQLiteConnection connection ) : System

Constructs a new query objects command instance

Method Details

Dispose() public méthode

Disposes of the command
public Dispose ( ) : void
Résultat void

Execute() public méthode

Executes the command
public Execute ( DescriptorRegistrar registrar, uint deviceInstance, ObjectId objectIdentifier ) : ObjectInfo
registrar BACnet.Client.Descriptors.DescriptorRegistrar The registrar of descriptor types
deviceInstance uint The device instance of the object to get
objectIdentifier ObjectId The object identifier of the object to get
Résultat ObjectInfo

GetObjectCommand() public méthode

Constructs a new query objects command instance
public GetObjectCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
Résultat System