template <>
class WireSyncBufferClientImpl
Defined at line 493 of file fidling/gen/sdk/fidl/fuchsia.power.button/fuchsia.power.button/cpp/fidl/fuchsia.power.button/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_power_button::Monitor::GetAction> GetAction ()
Get the current action for the power button.
Always returns immediately, never fails.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_power_button::Monitor::SetAction> SetAction (::fuchsia_power_button::wire::Action action)
Set the action that will be performed when the power button is pressed.
Always returns immediately, never fails.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.