Click or drag to resize

ManufacturerInfo Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.BatteryManufacturerInfo

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 ManufacturerInfo : Object

The ManufacturerInfo type exposes the following members.

Constructors
  NameDescription
Public methodManufacturerInfo
Initializes a new instance of the ManufacturerInfo class
Top
Properties
  NameDescription
Public propertyFullCapacityDesign
Returns the battery full design capacity (in MAh).
Public propertyJniPeerMembers
To be added.
Public propertyManufacturer
Returns the manufacturer name of the battery.
Public propertyModelName
Returns the battery model name in String form.
Public propertyProductionMonth
Returns the month of production of the battery.
Public propertyProductionWeek
Returns the week of production of the battery.
Public propertyProductionYear
Returns the year of production of the battery.
Public propertyProductNumber
Returns the battery product number.
Public propertySerialNumber
Returns the battery serial number.
Public propertyTechnology
Returns the battery technology in String form.
Top
Remarks
The ManufacturerInfo represents battery manufacturer information.

[Android Documentation]

See Also