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

PortManagerProcess() public method

public PortManagerProcess ( ) : System
return System
        public PortManagerProcess()
        {
            this.Name = Constants.PortManagerDefaultName;
            this.ProcessId = BACnet.Core.DefaultProcessIds.PortManager;
        }