C# Class BACnet.Core.App.DeviceTableEntry

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

Méthodes publiques

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

Constructs a new DeviceTableEntry instance

Method Details

DeviceTableEntry() public méthode

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