template <>

class Server

Defined at line 516 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/driver/natural_messaging.h

Public Methods

void Enable (EnableRequest & request, EnableCompleter::Sync & completer)

Clock Gating Control.

void Disable (DisableRequest & request, DisableCompleter::Sync & completer)
void IsEnabled (IsEnabledRequest & request, IsEnabledCompleter::Sync & completer)
void Server ()

Defined at line 519 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/driver/natural_messaging.h

void SetRate (SetRateRequest & request, SetRateCompleter::Sync & completer)

Clock Frequency Scaling Control.

void QuerySupportedRate (QuerySupportedRateRequest & request, QuerySupportedRateCompleter::Sync & completer)
void GetRate (GetRateRequest & request, GetRateCompleter::Sync & completer)
void SetInput (SetInputRequest & request, SetInputCompleter::Sync & completer)

Clock input control.

void GetNumInputs (GetNumInputsRequest & request, GetNumInputsCompleter::Sync & completer)
void GetInput (GetInputRequest & request, GetInputCompleter::Sync & completer)
void GetClockProperties (GetClockPropertiesCompleter::Sync & completer)
Handler bind_handler (fdf_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 520 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/driver/natural_messaging.h