BACnet.Explorer.Core.Models.DeviceFinderProcess.DeviceFinderProcess C# (CSharp) Method

DeviceFinderProcess() public method

public DeviceFinderProcess ( ) : System
return System
        public DeviceFinderProcess()
        {
            this.Name = Constants.DeviceFinderDefaultName;
            this.ProcessId = BACnet.Client.DefaultProcessIds.DeviceFinder;
        }