C# Class BACnet.Client.Descriptors.DeviceInfo

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
syncFrom ( object other, string name ) : void

Syncs updates from another instance to this one

Method Details

Clone() public méthode

Creates a clone of this descriptor
public Clone ( ) : object
Résultat object

CopyFrom() public méthode

Copies this object's properties from another
public CopyFrom ( object other ) : void
other object The object to copy from
Résultat void

DeviceInfo() public méthode

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
Résultat System

Refresh() public méthode

Refreshes this descriptor
public Refresh ( ReadQueue queue ) : void
queue ReadQueue
Résultat void

syncFrom() protected méthode

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
Résultat void