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