Denso BHT-200QW Spécifications Page 161

  • 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 160
- 159 -
OnCU
Acquires the CU installation status for the BHT.
Syntax
[VB]
Public ReadOnly Property OnCU As EN_CHARGE
[C#]
public EN_CHARGE OnCU {get;}
Property
CU installation status
Default value
: Installation status at the time of initialization
Exceptions
None
Note
The value is the same for batteries in the BHT body and grip.
[Ex.] Acquire the battery charge status.
[VB]
For Each MyBattery In BatteryCollection.ExistingBatteries
Dim OnCU As BatteryCollection.Battery.EN_CHARGE = MyBattery.OnCU
Next
[C#]
foreach (BatteryCollection.Battery MyBattery in BatteryCollection.ExistingBatteries)
{
BatteryCollection.Battery.EN_CHARGE Charge = MyBattery.OnCU;
}
Vue de la page 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 376 377

Commentaires sur ces manuels

Pas de commentaire