BACnet.Explorer.Core.Models.DeviceFinderProcess.DeviceFinderProcess C# (CSharp) Метод

DeviceFinderProcess() публичный Метод

public DeviceFinderProcess ( ) : System
Результат System
        public DeviceFinderProcess()
        {
            this.Name = Constants.DeviceFinderDefaultName;
            this.ProcessId = BACnet.Client.DefaultProcessIds.DeviceFinder;
        }