
- 162 -
Chemistry
Acquires the battery type.
■ Syntax
[VB]
Public ReadOnly Property Chemistry As EN_CHEMISTRY
[C#]
public EN_CHEMISTRY Chemistry {get;}
■ Property
Battery type
Default value
: Type of battery installed
■ Exceptions
None
■ Note
If the BHT has a battery in the grip only, the battery type for the BHT body will be
EN_CHEMISTRY.UNKNOWN. Similarly, if there is a battery in the BHT body only, the
battery type for the grip will be EN_CHEMISTRY.UNKNOWN.
[Ex.] Acquire the battery type at the BHT body and grip.
[VB]
For Each MyBattery In BatteryCollection.ExistingBatteries
Dim Chemistry As BatteryCollection.Battery.EN_CHEMISTRY =
MyBattery.Chemistry
Next
[C#]
foreach (BatteryCollection.Battery MyBattery in BatteryCollection.ExistingBatteries)
{
BatteryCollection.Battery.EN_CHEMISTRY Chemistry = MyBattery.Chemistry;
}
Comentários a estes Manuais