template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5054 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::GraphBindProducerLeadTimeWatcherRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & id ()
ID of a node that was created with CreateProducer. The producer must
have `direction == OUTPUT`.
BuilderImpl & id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
ID of a node that was created with CreateProducer. The producer must
have `direction == OUTPUT`.
bool has_server_end ()
void clear_server_end ()
Clears the server_end field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ServerEnd< ::fuchsia_audio::DelayWatcher> & server_end ()
Channel to serve updates.
BuilderImpl & server_end (::fidl::ServerEnd< ::fuchsia_audio::DelayWatcher> elem)
Channel to serve updates.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::GraphBindProducerLeadTimeWatcherRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphBindProducerLeadTimeWatcherRequest>> && frame)