Denso BHT-400-CE Reference Manual page 144

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Chemistry
Acquires the battery type.
Syntax
[VB]
Public ReadOnly Property
[C#]
public EN_CHEMISTRY
Property
Battery type
Default value: Type of battery installed
Exceptions
None
Note
If the BHT has a battery in the grip only, the battery type for the BHT body will be
EN_CHEMISTRY.UNKNOWN. Similarly, if there is a battery in the BHT body only, the
battery type for the grip will be EN_CHEMISTRY.UNKNOWN.
[Ex.] Acquire the battery type at the BHT body and grip.
[VB]
For Each MyBattery In BatteryCollection.ExistingBatteries
Dim Chemistry As BatteryCollection.Battery.EN_CHARGE = MyBattery.Chemistry
Next
[C#]
foreach (BatteryCollection.Battery MyBattery in BatteryCollection.ExistingBatteries)
{
BatteryCollection.Battery.EN_CHEMISTRY Chemistry = MyBattery.Chemistry;
}
Chemistry
As EN_CHEMISTRY
Chemistry
{get;}
- 138 -

Advertisement

Table of Contents
loading

Table of Contents