template <>
class NaturalClientImpl
Defined at line 194 of file fidling/gen/sdk/fidl/fuchsia.hardware.backlight/fuchsia.hardware.backlight/cpp/fidl/fuchsia.hardware.backlight/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_backlight::Device::GetStateNormalized> GetStateNormalized ()
Gets the current backlight brightness as a percentage value between 0.0
and 1.0
::fidl::internal::NaturalThenable< ::fuchsia_hardware_backlight::Device::SetStateNormalized> SetStateNormalized (const ::fidl::Request< ::fuchsia_hardware_backlight::Device::SetStateNormalized> & request)
Sets the current backlight brightness as a percentage value between 0.0
and 1.0
::fidl::internal::NaturalThenable< ::fuchsia_hardware_backlight::Device::GetStateAbsolute> GetStateAbsolute ()
Gets the current backlight brightness in nits
::fidl::internal::NaturalThenable< ::fuchsia_hardware_backlight::Device::SetStateAbsolute> SetStateAbsolute (const ::fidl::Request< ::fuchsia_hardware_backlight::Device::SetStateAbsolute> & request)
Sets the current backlight brightness in nits.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_backlight::Device::GetMaxAbsoluteBrightness> GetMaxAbsoluteBrightness ()
Gets the maximum supported backlight brightness in nits, if known.
Otherwise returns error ZX_ERR_NOT_SUPPORTED.