template <>

class WireWeakAsyncClientImpl

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

Public Methods

::fidl::internal::WireThenable< ::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.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.