MiDeRP.SerialInterface.serialPort_ErrorReceived C# (CSharp) Méthode

serialPort_ErrorReceived() public méthode

public serialPort_ErrorReceived ( object sender, System.IO.Ports.SerialErrorReceivedEventArgs e ) : void
sender object
e System.IO.Ports.SerialErrorReceivedEventArgs
Résultat void
        void serialPort_ErrorReceived(object sender, SerialErrorReceivedEventArgs e)
        {
            //MessageBox.Show();
            throw new NotImplementedException();
        }