template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2960 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Public Methods
::fuchsia_hardware_bluetooth::wire::HciTransportConfigureScoRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_coding_format ()
void clear_coding_format ()
Clears the coding_format field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_bluetooth::wire::ScoCodingFormat & coding_format ()
Required.
BuilderImpl & coding_format (::fuchsia_hardware_bluetooth::wire::ScoCodingFormat elem)
Required.
bool has_encoding ()
void clear_encoding ()
Clears the encoding field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_bluetooth::wire::ScoEncoding & encoding ()
Required.
BuilderImpl & encoding (::fuchsia_hardware_bluetooth::wire::ScoEncoding elem)
Required.
bool has_sample_rate ()
void clear_sample_rate ()
Clears the sample_rate field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_bluetooth::wire::ScoSampleRate & sample_rate ()
Required.
BuilderImpl & sample_rate (::fuchsia_hardware_bluetooth::wire::ScoSampleRate elem)
Required.
bool has_connection ()
void clear_connection ()
Clears the connection field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ServerEnd< ::fuchsia_hardware_bluetooth::ScoConnection> & connection ()
Required.
BuilderImpl & connection (::fidl::ServerEnd< ::fuchsia_hardware_bluetooth::ScoConnection> elem)
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_bluetooth::wire::HciTransportConfigureScoRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::HciTransportConfigureScoRequest>> && frame)