BACnet.Ethernet.EthernetPort.Dispose C# (CSharp) Method

Dispose() public method

Disposes of all resources held by the ethernet port
public Dispose ( ) : void
return void
        public void Dispose()
        {
            dispose(true);
        }