template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_bluetooth::wire::VendorCodingFormat Build ()

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

bool has_company_id ()
void clear_company_id ()

Clears the company_id field.

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

O(number_of_fields) complexity.

uint16_t & company_id ()

Company ID, see Assigned Numbers document for values

https://www.bluetooth.com/specifications/assigned-numbers/

Required.

BuilderImpl & company_id (uint16_t elem)

Company ID, see Assigned Numbers document for values

https://www.bluetooth.com/specifications/assigned-numbers/

Required.

bool has_vendor_id ()
void clear_vendor_id ()

Clears the vendor_id field.

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

O(number_of_fields) complexity.

uint16_t & vendor_id ()

Vendor-defined codec ID.

Required.

BuilderImpl & vendor_id (uint16_t elem)

Vendor-defined codec ID.

Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_bluetooth::wire::VendorCodingFormat, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth::wire::VendorCodingFormat>> && frame)

Records