template <>

class WireSyncBufferClientImpl

Defined at line 1052 of file fidling/gen/sdk/fidl/fuchsia.hardware.backlight/fuchsia.hardware.backlight/cpp/fidl/fuchsia.hardware.backlight/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_backlight::Device::GetStateNormalized> GetStateNormalized ()

Gets the current backlight brightness as a percentage value between 0.0

and 1.0

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_backlight::Device::GetStateAbsolute> GetStateAbsolute ()

Gets the current backlight brightness in nits

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_backlight::Device::SetStateAbsolute> SetStateAbsolute (const ::fuchsia_hardware_backlight::wire::State & state)

Sets the current backlight brightness in nits.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_backlight::Device::GetMaxAbsoluteBrightness> GetMaxAbsoluteBrightness ()

Gets the maximum supported backlight brightness in nits, if known.

Otherwise returns error ZX_ERR_NOT_SUPPORTED.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.