class BatteryWatchResult

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

Public Methods

void BatteryWatchResult ()
template <typename... Args>
BatteryWatchResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)

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

void ~BatteryWatchResult ()
void BatteryWatchResult (BatteryWatchResult && other)
BatteryWatchResult & operator= (BatteryWatchResult && other)
bool has_invalid_tag ()
bool is_response ()
BatteryWatchResult WithResponse (::fidl::ObjectView< ::fuchsia_hardware_power_battery::wire::BatteryWatchResponse> val)
::fuchsia_hardware_power_battery::wire::BatteryWatchResponse & response ()
const ::fuchsia_hardware_power_battery::wire::BatteryWatchResponse & response ()
bool is_err ()
BatteryWatchResult WithErr (::fuchsia_hardware_power_battery::wire::Error val)
::fuchsia_hardware_power_battery::wire::Error & err ()
const ::fuchsia_hardware_power_battery::wire::Error & err ()
bool is_framework_err ()
BatteryWatchResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_hardware_power_battery::wire::BatteryWatchResult::Tag Which ()
void _CloseHandles ()

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

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