Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UsbConfigurationDescriptor.MaxPowerMilliamps | maxPowerMilliamps property

Gets the bMaxPower field of a USB configuration descriptor. The value indicates the maximum power (in milliamp units) that the device can draw from the bus, when the device is bus-powered.

Syntax

Public ReadOnly Property MaxPowerMilliamps As UInteger

Property value

Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

The maximum power (in milliamp units) that the device can draw from the bus.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

Windows.Devices.Usb
Windows::Devices::Usb [C++]

Metadata

Windows.winmd

See also

UsbConfigurationDescriptor

 

 

Show:
© 2014 Microsoft. All rights reserved.