ArduinoTest.Components.DioderConnection.Close C# (CSharp) 메소드

Close() 공개 메소드

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