Skip to main content

DataReceivedEventHandler Delegate

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

Represents the method that handles a data received event.

public delegate void DataReceivedEventHandler(RawDevice sender, uint count);