template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2866 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
::fuchsia_audio::wire::StreamSinkOnWillCloseRequest 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::ConsumerClosedReason & reason ()
Reason the connection will close.
BuilderImpl & reason (::fuchsia_media2::wire::ConsumerClosedReason elem)
Reason the connection will close.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio::wire::StreamSinkOnWillCloseRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::StreamSinkOnWillCloseRequest>> && frame)