template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3181 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::AndroidVendorSupport Build ()

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

bool has_major_version ()
void clear_major_version ()

Clears the major_version field.

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

O(number_of_fields) complexity.

uint8_t & major_version ()

Getter for major_version.

BuilderImpl & major_version (uint8_t elem)

Setter for major_version.

bool has_minor_version ()
void clear_minor_version ()

Clears the minor_version field.

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

O(number_of_fields) complexity.

uint8_t & minor_version ()

Getter for minor_version.

BuilderImpl & minor_version (uint8_t elem)

Setter for minor_version.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_bluetooth::wire::AndroidVendorSupport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_bluetooth::wire::AndroidVendorSupport>> && frame)

Records