BACnet.Ethernet.EthernetPortOptions.EthernetPortOptions C# (CSharp) Method

EthernetPortOptions() public method

Creates a new ethernet port options instance
public EthernetPortOptions ( ) : System
return System
        public EthernetPortOptions()
        {
            this.ProcessId = DefaultProcessIds.EthernetPort;
        }