UsbController.PortState Enumeration

Specifies the current state of a USB port.

Namespace: Microsoft.SPOT.Hardware.UsbClient
Assembly: (in )

Syntax

public enum UsbController.PortState

Members

  Member name Description
Address The port is in address state.
Attached The port is attached.
Default The port is initialized.
Detached The port is not attached.
Powered The port has power.
Running The port is running.
Stopped The port is stopped.
Suspended The port is suspended.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Microsoft.SPOT.Hardware.UsbClient Namespace