template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3629 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/wire_types.h

Public Methods

::fuchsia_virtualaudio::wire::Configuration Build ()

Build and return the table. The builder should not be used after this.

bool has_device_name ()
void clear_device_name ()

Clears the device_name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & device_name ()

Device's name.

Optional.

BuilderImpl & device_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Device's name.

Optional.

bool has_manufacturer_name ()
void clear_manufacturer_name ()

Clears the manufacturer_name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & manufacturer_name ()

Device manufacturer's name.

Optional.

BuilderImpl & manufacturer_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Device manufacturer's name.

Optional.

bool has_product_name ()
void clear_product_name ()

Clears the product_name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & product_name ()

Device's product name.

Optional.

BuilderImpl & product_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Device's product name.

Optional.

bool has_unique_id ()
void clear_unique_id ()

Clears the unique_id field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::Array<uint8_t, 16> & unique_id ()

Device's unique identifier, a 16 byte string.

This field is only valid for `device_type` `STREAM_CONFIG` and `CODEC`.

If it is specified for another device_type, the AddDevice call will

fail with `INVALID_ARGS`.

Optional.

BuilderImpl & unique_id (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 16>>> elem)

Device's unique identifier, a 16 byte string.

This field is only valid for `device_type` `STREAM_CONFIG` and `CODEC`.

If it is specified for another device_type, the AddDevice call will

fail with `INVALID_ARGS`.

Optional.

bool has_device_specific ()
void clear_device_specific ()

Clears the device_specific field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_virtualaudio::wire::DeviceSpecific & device_specific ()

The configuration specific to this device type.

The device type is determined by which `DeviceSpecific` union

member is defined.

Required.

BuilderImpl & device_specific (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_virtualaudio::wire::DeviceSpecific>> elem)

The configuration specific to this device type.

The device type is determined by which `DeviceSpecific` union

member is defined.

Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_virtualaudio::wire::Configuration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_virtualaudio::wire::Configuration>> && frame)

Records