class Spec
Defined at line 46 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.battery/fuchsia.hardware.power.battery/cpp/fidl/fuchsia.hardware.power.battery/cpp/natural_types.h
Static hardware characteristics of the battery pack.
Public Methods
void Spec (Storage_ storage)
void Spec ()
Defined at line 52 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.battery/fuchsia.hardware.power.battery/cpp/fidl/fuchsia.hardware.power.battery/cpp/natural_types.h
void Spec (Spec && )
Defined at line 53 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.battery/fuchsia.hardware.power.battery/cpp/fidl/fuchsia.hardware.power.battery/cpp/natural_types.h
void Spec (const Spec & other)
Spec & operator= (Spec && )
Defined at line 54 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.battery/fuchsia.hardware.power.battery/cpp/fidl/fuchsia.hardware.power.battery/cpp/natural_types.h
Spec & operator= (const Spec & other)
bool operator== (const Spec & other)
bool operator!= (const Spec & other)
bool IsEmpty ()
const std::optional< ::fuchsia_hardware_power_source::Spec> & source_spec ()
Base spec from the underlying power source.
::std::optional< ::fuchsia_hardware_power_source::Spec> & source_spec ()
Base spec from the underlying power source.
Spec & source_spec (std::optional< ::fuchsia_hardware_power_source::Spec> value)
Base spec from the underlying power source.
const std::optional<uint32_t> & design_capacity_uah ()
Design capacity in microamp-hours.
::std::optional<uint32_t> & design_capacity_uah ()
Design capacity in microamp-hours.
Spec & design_capacity_uah (std::optional<uint32_t> value)
Design capacity in microamp-hours.
const std::optional<uint32_t> & design_voltage_uv ()
Design voltage in microvolts.
::std::optional<uint32_t> & design_voltage_uv ()
Design voltage in microvolts.
Spec & design_voltage_uv (std::optional<uint32_t> value)
Design voltage in microvolts.
const std::optional< ::std::string> & chemistry ()
Battery chemistry description.
::std::optional< ::std::string> & chemistry ()
Battery chemistry description.
Spec & chemistry (std::optional< ::std::string> value)
Battery chemistry description.
void Spec (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits