public static class

PowerStatusManager.Status

extends Object
java.lang.Object
   ↳ com.datalogic.device.power.PowerStatusManager.Status

Class Overview

Class that stores the power status information. It can be retrieved by using the getStatus method.

Summary

Public Constructors
Status()
Public Methods
int getCharge()
Gets the current charge status.
int getCriticalFailure()
Gets the current critical failure status.
int getFailure()
Gets the current failure status.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Status ()

Added in revision 46

Public Methods

public int getCharge ()

Added in revision 46

Gets the current charge status.

Returns
  • The current charge status as an integer.

public int getCriticalFailure ()

Added in revision 46

Gets the current critical failure status.

Returns
  • The current critical failure status as an integer.

public int getFailure ()

Added in revision 46

Gets the current failure status.

Returns
  • The current failure status as an integer.