UsbConfigurationDescriptor.MaxPowerMilliamps 属性

定义

获取 USB 配置描述符的 bMaxPower 字段。 该值指示当设备为总线供电时,设备可以从总线中抽取的最大功率 ((以毫安为单位)。) 。

public:
 property unsigned int MaxPowerMilliamps { unsigned int get(); };
uint32_t MaxPowerMilliamps();
public uint MaxPowerMilliamps { get; }
var uInt32 = usbConfigurationDescriptor.maxPowerMilliamps;
Public ReadOnly Property MaxPowerMilliamps As UInteger

属性值

UInt32

unsigned int

uint32_t

设备可以从总线) 的最大功率 (以毫安为单位。

适用于