Share via


UsbController.PortState Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the current state of a USB port.

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

Syntax

'Declaration
Public Enumeration PortState
public enum PortState
public enum class PortState
type PortState
public enum PortState

Members

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

See Also

Reference

Microsoft.SPOT.Hardware.UsbClient Namespace