C# Class BACnet.Core.App.DeviceTableEntry

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
DeviceTableEntry ( uint instance, Address address, uint maxAppgramLength, Segmentation segmentationSupport, ushort vendorId ) : System

Constructs a new DeviceTableEntry instance

Method Details

DeviceTableEntry() public method

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
return System