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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a clone of this descriptor

CopyFrom ( object other ) : void

Copies this object's properties from another

DeviceInfo ( ushort vendorId, uint deviceInstance, ObjectId objectIdentifier ) : System

Constructs a new device info instance

Refresh ( ReadQueue queue ) : void

Refreshes this descriptor

보호된 메소드들

메소드 설명
syncFrom ( object other, string name ) : void

Syncs updates from another instance to this one

메소드 상세

Clone() 공개 메소드

Creates a clone of this descriptor
public Clone ( ) : object
리턴 object

CopyFrom() 공개 메소드

Copies this object's properties from another
public CopyFrom ( object other ) : void
other object The object to copy from
리턴 void

DeviceInfo() 공개 메소드

Constructs a new device info instance
public DeviceInfo ( ushort vendorId, uint deviceInstance, ObjectId objectIdentifier ) : System
vendorId ushort The vendor id of the device
deviceInstance uint The device instance
objectIdentifier ObjectId The object identifier of the device
리턴 System

Refresh() 공개 메소드

Refreshes this descriptor
public Refresh ( ReadQueue queue ) : void
queue ReadQueue
리턴 void

syncFrom() 보호된 메소드

Syncs updates from another instance to this one
protected syncFrom ( object other, string name ) : void
other object The instance to sync from
name string The name of the property to sync
리턴 void