template <>

class WireWeakAsyncBufferClientImpl

Defined at line 642 of file fidling/gen/sdk/fidl/fuchsia.power.button/fuchsia.power.button/cpp/fidl/fuchsia.power.button/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::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.

::fidl::internal::WireBufferThenable< ::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.