C# 클래스 BACnet.Core.App.DeviceTableEntry

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
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