template <>
class WireWeakAsyncClientImpl
Defined at line 9974 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::Intl::Watch> Watch ()
Gets the current [IntlSettings]. 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::Intl::Set> Set (::fuchsia_settings::wire::IntlSettings settings)
Sets [IntlSettings] settings. Any field not explicitly set in the table performs a
no-op, and will not make any changes.
The request and callback are allocated on the heap.