Skip to main content

DeviceState Enum

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

The possible states of a USB device.

public enum DeviceState

Fields

NameValueDescription
Detached0The device is detached from the host.
Attached1The device is attached to the host.
Powered2The device is powered.
Default3The device is in the default state.
Address4The device has been assigned an address.
Configured5The device is configured and ready for use.
Suspended6The device is suspended.