template <>
class WireWeakAsyncClientImpl
Defined at line 9365 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_settings::Audio::Watch> Watch ()
Gets the current [AudioSettings]. Returns immediately on first call;
subsequent calls return when the value changes.
If this call fails, it is considered a fatal error and the channel
will be closed.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_settings::Audio::Watch2> Watch2 ()
Gets the current [AudioSettings2]. Returns immediately on first call;
subsequent calls return when the value changes.
If this call fails, it is considered a fatal error and the channel will be closed.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_settings::Audio::Set> Set (::fuchsia_settings::wire::AudioSettings settings)
Sets audio settings. Any field not explicitly set in the table performs a
no-op, and will not make any changes.
Allocates 416 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_settings::Audio::Set2> Set2 (::fuchsia_settings::wire::AudioSettings2 settings)
Sets audio settings. Only table fields that are set will lead to any changes; otherwise
existing settings are unchanged.
The request and callback are allocated on the heap.