Skip to main content

OnConnectionChanged Delegate

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

The delegate for when a device's connection status changes.

public delegate void OnConnectionChanged(UsbHostController sender, DeviceConnectionEventArgs e);