次の方法で共有


UsbConfigurationDescriptor.MaxPowerMilliamps プロパティ

定義

USB 構成記述子の bMaxPower フィールドを取得します。 値は、デバイスがバス電源の場合に、デバイスがバスから引き出すことができる最大電力 (ミリamp 単位) を示します。

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

デバイスがバスから引き出すことができる最大電力 (ミリアンペア 単位)。

適用対象