C# Класс BACnet.Core.App.DeviceTableEntry

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

Открытые методы

Метод Описание
DeviceTableEntry ( uint instance, Address address, uint maxAppgramLength, Segmentation segmentationSupport, ushort vendorId ) : System

Constructs a new DeviceTableEntry instance

Описание методов

DeviceTableEntry() публичный метод

Constructs a new DeviceTableEntry instance
public DeviceTableEntry ( uint instance, Address address, uint maxAppgramLength, Segmentation segmentationSupport, ushort vendorId ) : System
instance uint The device instance
address BACnet.Core.Network.Address The address of the device
maxAppgramLength uint The maximum appgram length that this device can receive
segmentationSupport Segmentation The segmentation support of the device
vendorId ushort The vendor id of the device
Результат System