다음을 통해 공유


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

디바이스가 버스에서 그릴 수 있는 최대 전력(밀리암프 단위)입니다.

적용 대상