class BatterySpec

Defined at line 116 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

Type of data that are determined by manufacturer.

Public Methods

void BatterySpec ()

Defined at line 118 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

void BatterySpec (const BatterySpec & other)

Defined at line 119 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

BatterySpec & operator= (const BatterySpec & other)

Defined at line 120 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

void BatterySpec (BatterySpec && other)

Defined at line 121 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_power_battery::wire::BatterySpec> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_power_battery::wire::BatterySpec> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_power_battery::wire::BatterySpec>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

int32_t & max_charging_current_ua ()

Represent the battery's charging current spec in micro amps.

bool has_max_charging_current_ua ()
int32_t & max_charging_voltage_uv ()

Represent the battery's charging voltage spec in micro volt.

bool has_max_charging_voltage_uv ()
int32_t & design_capacity_uah ()

Battery Full Charge Design Capacity in micro amp hour.

bool has_design_capacity_uah ()
BatterySpec & operator= (BatterySpec && other)

Defined at line 122 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

void ~BatterySpec ()

Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder