template <>
class WireSyncBufferClientImpl
Defined at line 3527 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_settings::Display::Watch> Watch ()
Gets the current [DisplaySettings]. 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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_settings::Display::Set> Set (::fuchsia_settings::wire::DisplaySettings settings)
Sets display 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 via an argument to `.buffer()`.