template <>
class WireWeakAsyncClientImpl
Defined at line 620 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::WireThenable< ::fuchsia_power_button::Monitor::GetAction> GetAction ()
Get the current action for the power button.
Always returns immediately, never fails.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::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.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.