class FactoryResetSettings
Defined at line 3026 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
Information about the factory reset settings.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & is_local_reset_allowed ()
When set to true, a user is able to physically perform a factory reset.
When false, that functionality is disabled.
Defined at line 3034 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
bool has_is_local_reset_allowed ()
Defined at line 3038 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
bool * mutable_is_local_reset_allowed ()
When set to true, a user is able to physically perform a factory reset.
When false, that functionality is disabled.
Defined at line 3044 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
void clear_is_local_reset_allowed ()
Defined at line 3052 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
FactoryResetSettings & set_is_local_reset_allowed (bool _value)
void FactoryResetSettings ()
void FactoryResetSettings (FactoryResetSettings && other)
void ~FactoryResetSettings ()
FactoryResetSettings & operator= (FactoryResetSettings && other)
::std::unique_ptr<FactoryResetSettings> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, FactoryResetSettings * _value, size_t _offset)
zx_status_t Clone (FactoryResetSettings * _result)