C# Class BACnet.Client.Db.GetObjectCommand

Inheritance: IDisposable
Show file Open project: LorenVS/bacstack

Public Methods

Method 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 method

Disposes of the command
public Dispose ( ) : void
return void

Execute() public method

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
return ObjectInfo

GetObjectCommand() public method

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