template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 528 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
::fuchsia_audio::wire::DelayWatcherWatchDelayResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_delay ()
void clear_delay ()
Clears the delay field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & delay ()
Optional. If not specified, the delay is unknown.
BuilderImpl & delay (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Optional. If not specified, the delay is unknown.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio::wire::DelayWatcherWatchDelayResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::DelayWatcherWatchDelayResponse>> && frame)