Click or drag to resize

ChargingProfile Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.BatteryChargingProfile

Namespace:  Com.Datalogic.Device.Battery
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ChargingProfile : Object

The ChargingProfile type exposes the following members.

Constructors
  NameDescription
Public methodChargingProfile
Initializes a new instance of the ChargingProfile class
Top
Properties
  NameDescription
Public propertyDescription
Returns the description of this charging profile.
Public propertyId
Returns the charging profile ID.
Public propertyJniPeerMembers
To be added.
Public propertyName
Returns the charging profile name.
Top
Fields
  NameDescription
Public fieldStatic memberChargingProfileCapacity
Charging profile with capacity only preference.
Public fieldStatic memberChargingProfileCapacityLifetime
Charging profile with capacity and lifetime preference.
Public fieldStatic memberChargingProfileChargingSpeed
Charging profile with charging speed only preference.
Public fieldStatic memberChargingProfileChargingSpeedCapacity
Charging profile with charging speed and capacity preference.
Public fieldStatic memberChargingProfileChargingSpeedLifetime
Charging profile with charging speed and lifetime preference.
Public fieldStatic memberChargingProfileLifetime
Charging profile with lifetime only preference.
Top
Remarks
The ChargingProfile represents a charging profile used by the DLBatteryManager to manage the charging preferences. This class can be used to setup a different charging preference, to retrieve the current charging preference or retrieve the available charging preferences. Charging preference is a device independent concept, but the settings of each charging profile are device dependent and their details are hidden to the programmer.

[Android Documentation]

See Also