template <>
class WireWeakAsyncClientImpl
Defined at line 1436 of file fidling/gen/sdk/fidl/fuchsia.hardware.backlight/fuchsia.hardware.backlight/cpp/fidl/fuchsia.hardware.backlight/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_hardware_backlight::Device::GetStateNormalized> GetStateNormalized ()
Gets the current backlight brightness as a percentage value between 0.0
and 1.0
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_backlight::Device::SetStateNormalized> SetStateNormalized (const ::fuchsia_hardware_backlight::wire::State & state)
Sets the current backlight brightness as a percentage value between 0.0
and 1.0
Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_backlight::Device::GetStateAbsolute> GetStateAbsolute ()
Gets the current backlight brightness in nits
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_backlight::Device::SetStateAbsolute> SetStateAbsolute (const ::fuchsia_hardware_backlight::wire::State & state)
Sets the current backlight brightness in nits.
Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_backlight::Device::GetMaxAbsoluteBrightness> GetMaxAbsoluteBrightness ()
Gets the maximum supported backlight brightness in nits, if known.
Otherwise returns error ZX_ERR_NOT_SUPPORTED.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.