SerialDataReceivedEventHandler 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 DataReceived event of a SerialPort object.
Namespace: System.IO.Ports
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
public delegate void SerialDataReceivedEventHandler( Object^ sender, SerialDataReceivedEventArgs^ e )
Parameters
- sender
- Type: System..::..Object
The sender of the event, which is the SerialPort object.
- e
- Type: System.IO.Ports..::..SerialDataReceivedEventArgs
A SerialDataReceivedEventArgs object that contains the event data.
Show: