com.sentilla.system
Interface PowerManager
public interface PowerManager
Private: for Sentilla internal use only.
Manages and monitors the energy consumption of a device.
Energy is reported as a Measurable
.
Compare mode
values against the constants provided
Supported modes:
-
FullPower
prioritize performance over power
efficiency. This setting is intended for development, testing, and
line-powered * deployments.
-
PmActive
Prioritize power efficiency over performance.
This setting will turn the radio off most of the time in order to
save power, with the side effect of reducing radio performance.
Additionally, sensors and other system components may increase in latency.
This is intended for battery-powered deployments.
FullPower
static final PowerManager.PowerState FullPower
PmActive
static final PowerManager.PowerState PmActive
getPowerState
PowerManager.PowerState getPowerState()
- gets the power state currently in effect.
- See Also:
PowerManager
Copyright © 2007 Sentilla Corporation. All Rights Reserved.