public final class DiagnosticParamId extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL
Gets all the diagnostics parameter including Time since Reboot.
|
static int |
BATTERY_CHARGING_TIME
The remaining time needed for the terminal to be in cradle to reach capacity
that will be enough for a requested duration of shopping trip.
|
static int |
BATTERY_CHARGING_TIME_ELAPSED
The duration in minutes in which which battery was charged during the current charge cycle.
|
static int |
BATTERY_DATE_OF_MANUFACTURE
Battery Manufacturing date in dd/mm/year format.
|
static int |
BATTERY_STATE_OF_CHARGE
The remaining capacity of the battery in percentage.
|
static int |
BATTERY_STATE_OF_HEALTH
Battery health in percentage.
|
static int |
BATTERY_STATUS_ALL
Gets all the Battery parameters.Except Time since Reboot .
|
static int |
BATTERY_TIME_TO_EMPTY
The remaining capacity of the battery in minutes.
|
static int |
TIME_SINCE_BATTERY_REPLACED
The duration in days battery was last replaced.
|
static int |
TIME_SINCE_REBOOT
The time in minutes since the device cold booted the last time.
|
Constructor and Description |
---|
DiagnosticParamId() |
public static final int BATTERY_STATE_OF_HEALTH
public static final int BATTERY_TIME_TO_EMPTY
public static final int BATTERY_STATE_OF_CHARGE
public static final int BATTERY_DATE_OF_MANUFACTURE
public static final int BATTERY_CHARGING_TIME
public static final int TIME_SINCE_BATTERY_REPLACED
public static final int TIME_SINCE_REBOOT
public static final int BATTERY_CHARGING_TIME_ELAPSED
public static final int BATTERY_STATUS_ALL
public static final int ALL