BACnet.Client.DeviceFinderOptions.DeviceFinderOptions C# (CSharp) 메소드

DeviceFinderOptions() 공개 메소드

Creates a new device finder options instance
public DeviceFinderOptions ( ) : System
리턴 System
        public DeviceFinderOptions()
        {
            this.ProcessId = DefaultProcessIds.DeviceFinder;
        }