Skip to main content

DataReceivedEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: GHIElectronics.TinyCLR.Devices.Uart
Namespace: GHIElectronics.TinyCLR.Devices.Uart

Handler signature for UartController.DataReceived.

public delegate void DataReceivedEventHandler(UartController sender, DataReceivedEventArgs e);