template <>

class WireSyncClientImpl

Defined at line 4731 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::FactoryReset>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_settings::FactoryReset::Watch> Watch ()

Notifies of a change in information about the factory reset settings.

On a given connection, the first call will return the current `settings`

value while subsequent calls will only return the new `settings` value

upon a value change. This follows the hanging get pattern.

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. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_settings::FactoryReset::Set> Set (::fuchsia_settings::wire::FactoryResetSettings settings)

Sets factory reset settings. Any field not explicitly set in the table

performs a no-op, and will not make any changes.

Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.