template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::fuchsia_settings::Keyboard::Set> Set (::fuchsia_settings::wire::KeyboardSettings settings)

Setting protocol: if a field is left unset, it is not modified.

To clear a field, set it to its type's "zero" value.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_settings::Keyboard::Watch> Watch ()

The Watch protocol is the same as in the other `fuchsia.settings.*` protocols.

Returns immediately on first call; on subsequent calls it blocks until the settings

change, and then returns following the "hanging get" pattern.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.