共用方式為


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

) 裝置可從公車繪製的最大電源 (。

適用於