template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3349 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h

Public Methods

::fuchsia_bluetooth_bredr::wire::ProfileSearchRequest Build ()

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

bool has_service_uuid ()
void clear_service_uuid ()

Clears the service_uuid field.

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

O(number_of_fields) complexity.

::fuchsia_bluetooth_bredr::wire::ServiceClassProfileIdentifier & service_uuid ()

Required - only one of `service_uuid` or `full_uuid` should be present.

BuilderImpl & service_uuid (::fuchsia_bluetooth_bredr::wire::ServiceClassProfileIdentifier elem)

Required - only one of `service_uuid` or `full_uuid` should be present.

bool has_attr_ids ()
void clear_attr_ids ()

Clears the attr_ids field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint16_t> & attr_ids ()

Optional.

BuilderImpl & attr_ids (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint16_t>>> elem)

Optional.

bool has_results ()
void clear_results ()

Clears the results field.

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

O(number_of_fields) complexity.

::fidl::ClientEnd< ::fuchsia_bluetooth_bredr::SearchResults> & results ()

Required.

BuilderImpl & results (::fidl::ClientEnd< ::fuchsia_bluetooth_bredr::SearchResults> elem)

Required.

bool has_full_uuid ()
void clear_full_uuid ()

Clears the full_uuid field.

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

O(number_of_fields) complexity.

::fuchsia_bluetooth::wire::Uuid & full_uuid ()

Required - only one of `full_uuid` or `service_uuid` should be present.

BuilderImpl & full_uuid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_bluetooth::wire::Uuid>> elem)

Required - only one of `full_uuid` or `service_uuid` should be present.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_bluetooth_bredr::wire::ProfileSearchRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ProfileSearchRequest>> && frame)

Records