template <>

class Server

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

Public Methods

void Server ()

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

void SetMinimumRgb (SetMinimumRgbRequest & request, SetMinimumRgbCompleter::Sync & completer)

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.

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~Server ()

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