ArduinoTest.Components.DioderConnection.Close C# (CSharp) Method

Close() public method

Closes the connection to the Dioder device
public Close ( ) : void
return void
        public void Close()
        {
            _arduinoConnection.Close();
        }