class TouchScreenSimulateSwipeRequest

Defined at line 4476 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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void TouchScreenSimulateSwipeRequest ()

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

void TouchScreenSimulateSwipeRequest (const TouchScreenSimulateSwipeRequest & other)

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

TouchScreenSimulateSwipeRequest & operator= (const TouchScreenSimulateSwipeRequest & other)

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

void TouchScreenSimulateSwipeRequest (TouchScreenSimulateSwipeRequest && other)

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

TouchScreenSimulateSwipeRequest & operator= (TouchScreenSimulateSwipeRequest && other)

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

::fuchsia_math::wire::Vec & start_location ()

Starting location of the swipe, in the coordinate units specified during

registration.

bool has_start_location ()
::fuchsia_math::wire::Vec & end_location ()

End location of the swipe, in the coordinate units specified during

registration.

bool has_end_location ()
uint32_t & move_event_count ()

Number of move events in the swipe.

bool has_move_event_count ()
int64_t & duration ()

The duration of the swipe gesture.

Per step delay = duration / ( move_event_count + 1).

DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -

CHANGE_n - wait per step delay - UP.

bool has_duration ()
void ~TouchScreenSimulateSwipeRequest ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder