template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1182 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h
Public Methods
::fuchsia_buttons::wire::MatrixOutputGpio Build ()
Build and return the table. The builder should not be used after this.
bool has_output_value ()
void clear_output_value ()
Clears the output_value field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & output_value ()
Determines the buffer mode of the gpio. A value of 0 is output-low and anything else is
output-high.
BuilderImpl & output_value (uint8_t elem)
Determines the buffer mode of the gpio. A value of 0 is output-low and anything else is
output-high.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_buttons::wire::MatrixOutputGpio, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::MatrixOutputGpio>> && frame)