Denso BHT-200QW Especificaciones Pagina 164

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 163
1 2 ... 159 160 161 162 163 164 165 166 167 168 169 ... 376 377

Comentarios a estos manuales

Sin comentarios