template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_settings::KeyboardWatch>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_settings::KeyboardWatch::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.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.