class FactoryReset
Defined at line 11681 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
Settings related to factory reset.
Public Members
static const char[] Name_
Public Methods
void ~FactoryReset ()
void Watch (WatchCallback callback)
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.
void Set (::fuchsia::settings::FactoryResetSettings settings, SetCallback callback)
Sets factory reset settings. Any field not explicitly set in the table
performs a no-op, and will not make any changes.