UsbConfigurationDescriptor.MaxPowerMilliamps Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le champ bMaxPower d’un descripteur de configuration USB. La valeur indique la puissance maximale (en milliampères) que l’appareil peut tirer du bus, lorsque l’appareil est alimenté par le bus.
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
Valeur de propriété
Puissance maximale (en milliampères) que l’appareil peut tirer du bus.