DeviceStateChangedEventHandler Delegate
NuGet: GHIElectronics.TinyCLR.Devices.UsbClient
Assembly: GHIElectronics.TinyCLR.Devices.UsbClient
Namespace: GHIElectronics.TinyCLR.Devices.UsbClient
Represents the method that handles a device state changed event.
public delegate void DeviceStateChangedEventHandler(RawDevice sender, DeviceState state);