template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_audio::wire::StreamSinkWillCloseRequest Build ()

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

bool has_reason ()
void clear_reason ()

Clears the reason field.

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

O(number_of_fields) complexity.

::fuchsia_media2::wire::ProducerClosedReason & reason ()

Reason the connection will close.

BuilderImpl & reason (::fuchsia_media2::wire::ProducerClosedReason elem)

Reason the connection will close.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio::wire::StreamSinkWillCloseRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::StreamSinkWillCloseRequest>> && frame)

Records