template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4360 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::TouchScreenSimulateMultiTapRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_tap_locations ()
void clear_tap_locations ()
Clears the tap_locations field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_math::wire::Vec> & tap_locations ()
Locations of the tap event, in the coordinate units specified during
registration.
BuilderImpl & tap_locations (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_math::wire::Vec>>> elem)
Locations of the tap event, in the coordinate units specified during
registration.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateMultiTapRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::TouchScreenSimulateMultiTapRequest>> && frame)