C# 클래스 BACnet.Client.Descriptors.DescriptorRegistrar.Registration

파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
Registration ( ushort objectType, ushort vendorId, DescriptorFactory factory ) : System

Constructs a new registration instance

메소드 상세

Registration() 공개 메소드

Constructs a new registration instance
public Registration ( ushort objectType, ushort vendorId, DescriptorFactory factory ) : System
objectType ushort The object type of the registration
vendorId ushort The vendor id of the registration, or 0 for an ASHRAE registration
factory DescriptorFactory Factory function for creating new descriptor instances
리턴 System