template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 193 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_types.h

Public Methods

::fuchsia_ui_test_input::wire::MediaButtonsDeviceSimulateButtonPressRequest Build ()

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

bool has_button ()
void clear_button ()

Clears the button field.

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

O(number_of_fields) complexity.

::fuchsia_input_report::wire::ConsumerControlButton & button ()

The button receiving the button press.

BuilderImpl & button (::fuchsia_input_report::wire::ConsumerControlButton elem)

The button receiving the button press.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::MediaButtonsDeviceSimulateButtonPressRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::MediaButtonsDeviceSimulateButtonPressRequest>> && frame)

Records