template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_hardware_gpio::wire::InterruptConfiguration Build ()

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

bool has_mode ()
void clear_mode ()

Clears the mode field.

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

O(number_of_fields) complexity.

::fuchsia_hardware_gpio::wire::InterruptMode & mode ()

Getter for mode.

BuilderImpl & mode (::fuchsia_hardware_gpio::wire::InterruptMode elem)

Setter for mode.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_gpio::wire::InterruptConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_gpio::wire::InterruptConfiguration>> && frame)

Records