template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1084 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
::fuchsia_audio::wire::GainControlSetMuteRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_muted ()
void clear_muted ()
Clears the muted field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & muted ()
New value of the mute knob.
Required.
BuilderImpl & muted (bool elem)
New value of the mute knob.
Required.
bool has_when ()
void clear_when ()
Clears the when field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_media2::wire::RealTime & when ()
When to apply this update.
Required.
BuilderImpl & when (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_media2::wire::RealTime>> elem)
When to apply this update.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio::wire::GainControlSetMuteRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::GainControlSetMuteRequest>> && frame)