BatteryPresent property

bool get BatteryPresent

If this member is [TRUE], at least one battery is present in the system.

Implementation

bool get BatteryPresent => _BatteryPresent != FALSE;
set BatteryPresent (bool value)

Implementation

set BatteryPresent(bool value) => _BatteryPresent = value ? TRUE : FALSE;