template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 154 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2c/fuchsia.hardware.i2c/cpp/fidl/fuchsia.hardware.i2c/cpp/wire_types.h

Public Methods

::fuchsia_hardware_i2c::wire::Transaction Build ()

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

bool has_data_transfer ()
void clear_data_transfer ()

Clears the data_transfer field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_i2c::wire::DataTransfer & data_transfer ()

Getter for data_transfer.

BuilderImpl & data_transfer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_i2c::wire::DataTransfer>> elem)

Setter for data_transfer.

bool has_stop ()
void clear_stop ()

Clears the stop field.

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

O(number_of_fields) complexity.

bool & stop ()

Getter for stop.

BuilderImpl & stop (bool elem)

Setter for stop.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_i2c::wire::Transaction, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_i2c::wire::Transaction>> && frame)

Records