Battery.ChargerModel Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains information describing the battery charger.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.Hardware..::..Battery..::..ChargerModel
Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
Syntax
'Declaration
Public NotInheritable Class ChargerModel
public sealed class ChargerModel
public ref class ChargerModel sealed
[<Sealed>]
type ChargerModel = class end
public final class ChargerModel
The Battery..::..ChargerModel type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Charge_Full | Contains an integer indicating the percentage that the battery needs to be charged to be considered full. | |
Charge_FullMin | Contains an integer indicating the minimum percentage that the battery needs to be charged to be considered full. | |
Charge_Hysteresis | Specifies the delay that is required to keep the battery in idle charging mode. | |
Charge_Low | Contains an integer indicating the percentage that the battery needs to be charged to be considered low. | |
Charge_Medium | Contains an integer indicating the percentage that the battery needs to be charged to be considered approximately half full. | |
Charge_Min | Contains an integer indicating the percentage that the battery needs to be charged to be considered at the minimum requisite level for continued device operation. | |
Timeout_Backlight | Specifies the minimum amount of time that the backlight is to remain on when the device is connected to the battery charger. | |
Timeout_Charged | Specifies the delay that occurs after the battery reaches its maximum charge level and before the Charged pop-up window is displayed. | |
Timeout_Charger | Specifies the minimum time that glitches in the charger status are to be ignored. | |
Timeout_Charging | Specifies the maximum amount of time that the battery will remain at a particular charge level before the Charged pop-up window is displayed. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.