Denso BHT-200QW Especificações Página 164

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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;
}
Vista de página 163
1 2 ... 159 160 161 162 163 164 165 166 167 168 169 ... 376 377

Comentários a estes Manuais

Sem comentários