SerialErrorReceivedEventHandler Delegate
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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)
public delegate void SerialErrorReceivedEventHandler( Object^ sender, SerialErrorReceivedEventArgs^ e )
Parameters
- sender
- Type: System..::..Object
The sender of the event, which is the SerialPort object.
- e
- Type: System.IO.Ports..::..SerialErrorReceivedEventArgs
A SerialErrorReceivedEventArgs object that contains the event data.
Show: