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
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public field Charge_Full Contains an integer indicating the percentage that the battery needs to be charged to be considered full.
Public field Charge_FullMin Contains an integer indicating the minimum percentage that the battery needs to be charged to be considered full.
Public field Charge_Hysteresis Specifies the delay that is required to keep the battery in idle charging mode.
Public field Charge_Low Contains an integer indicating the percentage that the battery needs to be charged to be considered low.
Public field Charge_Medium Contains an integer indicating the percentage that the battery needs to be charged to be considered approximately half full.
Public field 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.
Public field Timeout_Backlight Specifies the minimum amount of time that the backlight is to remain on when the device is connected to the battery charger.
Public field Timeout_Charged Specifies the delay that occurs after the battery reaches its maximum charge level and before the Charged pop-up window is displayed.
Public field Timeout_Charger Specifies the minimum time that glitches in the charger status are to be ignored.
Public field 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.

See Also

Reference

Microsoft.SPOT.Hardware Namespace