Denso BHT-200QW Dokumentacja Strona 161

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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;
}
Przeglądanie stron 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag