Denso BHT-400-CE Reference Manual page 141

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

OnCU
Acquires the CU installation status for the BHT.
Syntax
[VB]
Public ReadOnly Property
[C#]
public EN_CHARGE
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;
}
OnCU
As EN_CHARGE
OnCU
{get;}
- 135 -

Advertisement

Table of Contents
loading

Table of Contents