Share via


SerialErrorReceivedEventHandler Delegate

Represents the method that will handle the ErrorReceived event of a SerialPort object.

Namespace: System.IO.Ports
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public delegate void SerialErrorReceivedEventHandler (
         Objectsender,
         SerialErrorReceivedEventArgse
)

Parameters

  • sender
    The sender of the event, which is the SerialPort object.
  • e
    A SerialErrorReceivedEventArgs object that contains the event data.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

System.IO.Ports Namespace