template <>
class WireSyncBufferClientImpl
Defined at line 387 of file fidling/gen/sdk/fidl/fuchsia.power.battery/fuchsia.power.battery/cpp/fidl/fuchsia.power.battery/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_power_battery::BatteryInfoProvider::GetBatteryInfo> GetBatteryInfo ()
Gets battery info.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus Watch (::fidl::ClientEnd< ::fuchsia_power_battery::BatteryInfoWatcher> && watcher)
Registers a watcher for battery info changes.
Will receive an `OnChangeBatteryInfo` call with intial values upon registration.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.