template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 4187 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::TouchScreenSimulateTapRequest Build ()

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

bool has_tap_location ()
void clear_tap_location ()

Clears the tap_location field.

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

O(number_of_fields) complexity.

::fuchsia_math::wire::Vec & tap_location ()

Location of the tap event, in the coordinate units specified during

registration.

BuilderImpl & tap_location (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::Vec>> elem)

Location of the tap event, in the coordinate units specified during

registration.

Protected Methods

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

Records