
- 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;
}
Kommentare zu diesen Handbüchern