template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2769 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Public Methods
::fuchsia_hardware_audio::wire::RegisterVmosConfig Build ()
Build and return the table. The builder should not be used after this.
bool has_vmo_infos ()
void clear_vmo_infos ()
Clears the vmo_infos field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_audio::wire::VmoInfo> & vmo_infos ()
The list of VMOs to register with the driver.
Required.
BuilderImpl & vmo_infos (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_audio::wire::VmoInfo>>> elem)
The list of VMOs to register with the driver.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::RegisterVmosConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::RegisterVmosConfig>> && frame)