class NightModeSettings
Defined at line 5063 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
Settings related to Night mode.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & night_mode_enabled ()
If true, the device/user have opted in for NightMode routine.
Defined at line 5070 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
bool has_night_mode_enabled ()
Defined at line 5074 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
bool * mutable_night_mode_enabled ()
If true, the device/user have opted in for NightMode routine.
Defined at line 5079 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
void clear_night_mode_enabled ()
Defined at line 5087 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h
NightModeSettings & set_night_mode_enabled (bool _value)
void NightModeSettings ()
void NightModeSettings (NightModeSettings && other)
void ~NightModeSettings ()
NightModeSettings & operator= (NightModeSettings && other)
::std::unique_ptr<NightModeSettings> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NightModeSettings * _value, size_t _offset)
zx_status_t Clone (NightModeSettings * _result)