template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 10432 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

Public Methods

::fuchsia_audio_mixer::wire::SyntheticClockRealmObserveClockRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_handle ()
void clear_handle ()

Clears the handle field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::zx::clock & handle ()

The clock to observe.

Required.

BuilderImpl & handle (::zx::clock elem)

The clock to observe.

Required.

bool has_observe ()
void clear_observe ()

Clears the observe field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::ServerEnd< ::fuchsia_audio_mixer::SyntheticClock> & observe ()

A channel to observe the clock. Since this only observes the clock,

the only legal method is [`SyntheticClock.Now`] -- it is illegal to

call [`SyntheticClock.Create`].

Required.

BuilderImpl & observe (::fidl::ServerEnd< ::fuchsia_audio_mixer::SyntheticClock> elem)

A channel to observe the clock. Since this only observes the clock,

the only legal method is [`SyntheticClock.Now`] -- it is illegal to

call [`SyntheticClock.Create`].

Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::SyntheticClockRealmObserveClockRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::SyntheticClockRealmObserveClockRequest>> && frame)

Records