BatteryObject Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PDO of a battery sources.
public class BatteryObject : Iot.Device.Usb.PowerDeliveryObject
type BatteryObject = class
inherit PowerDeliveryObject
Public Class BatteryObject
Inherits PowerDeliveryObject
- Inheritance
Battery |
Initializes a new instance of the BatteryObject class. |
Maximal |
Gets or sets the maximal voltage. |
Minimal |
Gets or sets the minimal voltage. |
Operating |
Gets or sets the operating power. |
Power |
Gets the power of this PDO. |
Value |
Gets or sets the value which encodes all properties of this PDO and can be used to send this PDO to the USB-PD controller. See USB-PD specification for details. (Inherited from PowerDeliveryObject) |
To |
Returns a string that represents the current object. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |