template <>
class NaturalClientImpl
Defined at line 2523 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_settings::Keyboard::Set> Set (const ::fidl::Request< ::fuchsia_settings::Keyboard::Set> & request)
Setting protocol: if a field is left unset, it is not modified.
To clear a field, set it to its type's "zero" value.
::fidl::internal::NaturalThenable< ::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.