template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2515 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::ScoConnectionReadResponse Build ()

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

bool has_status_flag ()
void clear_status_flag ()

Clears the status_flag field.

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

O(number_of_fields) complexity.

::fuchsia_bluetooth_bredr::wire::RxPacketStatus & status_flag ()

Getter for status_flag.

BuilderImpl & status_flag (::fuchsia_bluetooth_bredr::wire::RxPacketStatus elem)

Setter for status_flag.

bool has_data ()
void clear_data ()

Clears the data field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & data ()

Getter for data.

BuilderImpl & data (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

Setter for data.

Protected Methods

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

Records