| java.lang.Object | |
| ↳ | com.datalogic.device.battery.ManufacturerInfo | 
The ManufacturerInfo represents battery manufacturer information.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the battery firmware version. 
  
   | |||||||||||
Returns the battery full design capacity (in MAh). 
  
   | |||||||||||
Returns the manufacturer name of the battery. 
  
   | |||||||||||
Returns the battery model name in String form. 
  
   | |||||||||||
Returns the battery product number. 
  
   | |||||||||||
Returns the month of production of the battery. 
  
   | |||||||||||
Returns the week of production of the battery. 
  
   | |||||||||||
Returns the year of production of the battery. 
  
   | |||||||||||
Returns the battery rated capacity. 
  
   | |||||||||||
Returns the battery serial number. 
  
   | |||||||||||
Returns the battery technology in String form. 
  
   | |||||||||||
Returns the battery typical capacity. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Returns the battery firmware version.
String
         The battery firmware version.
Returns the battery full design capacity (in MAh).
int
         The full design capacity of the battery.
Returns the manufacturer name of the battery.
String
         the manufacturer name of the battery.
Returns the battery model name in String form.
String
         The battery model name.
Returns the battery product number.
String
         The battery product number.
Returns the month of production of the battery.
int
         the week of production of the battery.
Returns the week of production of the battery.
int
         the week of production of the battery.
Returns the year of production of the battery.
int
         the year of production of the battery.
Returns the battery rated capacity.
int
         The battery rated capacity.
Returns the battery serial number.
String
         The battery serial number.
Returns the battery technology in String form.
String
         The battery technology.
Returns the battery typical capacity.
int
         The battery typical capacity.