template <>

class WireWeakAsyncBufferClientImpl

Defined at line 9279 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_settings::Accessibility::Watch> Watch ()

Gets the current value of all accessibility settings. Returns

immediately on first call; subsequent calls return when any of the

values change.

- `settings` all current values of the accessibility settings.

* see [`AccessibilitySettings`] for their meaning.

If this call fails, it is considered a fatal error and the channel

will be closed.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_settings::Accessibility::Set> Set (::fuchsia_settings::wire::AccessibilitySettings settings)

Sets [AccessibilitySettings] settings. Any field not explicitly set in the table performs a

no-op, and will not make any changes.

Caller provides the backing storage for FIDL message.