Denso BHT-200QW Specifikace Strana 161

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 377
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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;
}
Zobrazit stránku 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 376 377

Komentáře k této Příručce

Žádné komentáře