template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4926 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Public Methods
::fuchsia_audio_device::wire::ProviderAddDeviceRequest 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 ()
The device's high-level name. Must not be an empty string.
Required.
BuilderImpl & device_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The device's high-level name. Must not be an empty string.
Required.
bool has_device_type ()
void clear_device_type ()
Clears the device_type field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_audio_device::wire::DeviceType & device_type ()
Indicates the protocol used by the device.
Required.
BuilderImpl & device_type (::fuchsia_audio_device::wire::DeviceType elem)
Indicates the protocol used by the device.
Required.
bool has_driver_client ()
void clear_driver_client ()
Clears the driver_client field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_audio_device::wire::DriverClient & driver_client ()
The client_end of the protocol channel (Codec or Composite)
that this service will use to configure/observe the device.
Required.
# Deprecation
Codec is not supported anymore, instead use an
[Audio Composite](https://fuchsia.dev/fuchsia-src/development/audio/drivers/composite)
, see
[Audio Drivers Architecture](https://fuchsia.dev/fuchsia-src/development/audio/drivers/architecture)
BuilderImpl & driver_client (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_device::wire::DriverClient>> elem)
The client_end of the protocol channel (Codec or Composite)
that this service will use to configure/observe the device.
Required.
# Deprecation
Codec is not supported anymore, instead use an
[Audio Composite](https://fuchsia.dev/fuchsia-src/development/audio/drivers/composite)
, see
[Audio Drivers Architecture](https://fuchsia.dev/fuchsia-src/development/audio/drivers/architecture)
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_device::wire::ProviderAddDeviceRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ProviderAddDeviceRequest>> && frame)