template <>

class WireTableBuilder

Defined at line 1071 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::CompositeProperties> & manufacturer (First && first, Args &&... args_)

UI string for the manufacturer name. If not set, the manufacturer is unknown.

If included, this string must be non-empty.

Optional.

Defined at line 1087 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::CompositeProperties> & product (First && first, Args &&... args_)

UI string for the product name. If not set, the product name is unknown.

If included, this string must be non-empty.

Optional.

Defined at line 1103 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

template <typename First = ::fidl::Array<uint8_t, 16>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 16>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::CompositeProperties> & unique_id (First && first, Args &&... args_)

A unique identifier. If not included, there is no unique id for the Device.

`unique_id` arrays starting with 0x42, 0x54, ... (or `BT` in ASCII) are

reserved for drivers implementing Bluetooth technologies.

`unique_id` arrays starting with 0x55, 0x53, 0x42, ... (or `USB` in ASCII) are

reserved for drivers implementing USB technologies.

Note that even though the above values map to readable ASCII characters, array

values can span the entire uint8 range (0-255).

Optional.

Defined at line 1124 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h

Friends

template <>
class CompositeProperties