C# Класс BACnet.Client.Descriptors.DeviceInfo

Наследование: ObjectInfo
Показать файл Открыть проект Примеры использования класса

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