BACnet.Ethernet.EthernetPortOptions.EthernetPortOptions C# (CSharp) 메소드

EthernetPortOptions() 공개 메소드

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