C# 클래스 BACnet.Client.Db.GetObjectCommand

상속: IDisposable
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

Disposes of the command
public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

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
리턴 ObjectInfo

GetObjectCommand() 공개 메소드

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