template <>

class WireSyncBufferClientImpl

Defined at line 1567 of file fidling/gen/sdk/fidl/fuchsia.ui.policy/fuchsia.ui.policy/cpp/fidl/fuchsia.ui.policy/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_ui_policy::DisplayBacklight::SetMinimumRgb> SetMinimumRgb (uint8_t minimum_rgb)

Submits a new minimum color channel value for display backlight.

The valid range for a minimum value is [0, 255] (inclusive). For a new

minimum value M, each color channel's range will be limited to [M, 255].

Flow control: The caller is allowed at most one in-flight

|SetMinimumRgb| at at time. Subsequent calls must wait until the

acknowledgment returns. Non-compliance results in channel closure.

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