Denso BHT-200QW Spécifications Page 164

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 377
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 163
- 162 -
Chemistry
Acquires the battery type.
Syntax
[VB]
Public ReadOnly Property Chemistry As EN_CHEMISTRY
[C#]
public EN_CHEMISTRY Chemistry {get;}
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_CHEMISTRY =
MyBattery.Chemistry
Next
[C#]
foreach (BatteryCollection.Battery MyBattery in BatteryCollection.ExistingBatteries)
{
BatteryCollection.Battery.EN_CHEMISTRY Chemistry = MyBattery.Chemistry;
}
Vue de la page 163
1 2 ... 159 160 161 162 163 164 165 166 167 168 169 ... 376 377

Commentaires sur ces manuels

Pas de commentaire