MiDeRP.SerialInterface.serialPort_ErrorReceived C# (CSharp) Метод

serialPort_ErrorReceived() публичный Метод

public serialPort_ErrorReceived ( object sender, System.IO.Ports.SerialErrorReceivedEventArgs e ) : void
sender object
e System.IO.Ports.SerialErrorReceivedEventArgs
Результат void
        void serialPort_ErrorReceived(object sender, SerialErrorReceivedEventArgs e)
        {
            //MessageBox.Show();
            throw new NotImplementedException();
        }