template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 900 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Public Methods

::fuchsia_buttons::wire::MatrixGpioButton Build ()

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

bool has_gpio_b_index ()
void clear_gpio_b_index ()

Clears the gpio_b_index field.

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

O(number_of_fields) complexity.

uint8_t & gpio_b_index ()

Index of gpio B (column) used. Gpio type must be `GpioType::matrix_output` (is driven most

of the time) and gpio A (row) must be `GpioType::interrupt` (triggers an interrupt most of

the time). During matrix scans columns are floated and rows are read.

BuilderImpl & gpio_b_index (uint8_t elem)

Index of gpio B (column) used. Gpio type must be `GpioType::matrix_output` (is driven most

of the time) and gpio A (row) must be `GpioType::interrupt` (triggers an interrupt most of

the time). During matrix scans columns are floated and rows are read.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_buttons::wire::MatrixGpioButton, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::MatrixGpioButton>> && frame)

Records