template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2282 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/wire_types.h
Public Methods
::fuchsia_hardware_audio_signalprocessing::wire::EqualizerBand 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 ()
Unique ID for this band. Must only be unique within the corresponding `Element`.
Only valid until the channel associated with the `SignalProcessing` protocol is closed.
Required.
BuilderImpl & id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Unique ID for this band. Must only be unique within the corresponding `Element`.
Only valid until the channel associated with the `SignalProcessing` protocol is closed.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio_signalprocessing::wire::EqualizerBand, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio_signalprocessing::wire::EqualizerBand>> && frame)