template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2765 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::SnoopOnDroppedPacketsRequest Build ()

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

bool has_sent ()
void clear_sent ()

Clears the sent field.

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

O(number_of_fields) complexity.

uint32_t & sent ()

Getter for sent.

BuilderImpl & sent (uint32_t elem)

Setter for sent.

bool has_received ()
void clear_received ()

Clears the received field.

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

O(number_of_fields) complexity.

uint32_t & received ()

Getter for received.

BuilderImpl & received (uint32_t elem)

Setter for received.

Protected Methods

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

Records