template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1796 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::RegistryRegisterTouchScreenAndGetDeviceInfoRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_device ()
void clear_device ()
Clears the device field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ServerEnd< ::fuchsia_ui_test_input::TouchScreen> & device ()
Getter for device.
BuilderImpl & device (::fidl::ServerEnd< ::fuchsia_ui_test_input::TouchScreen> elem)
Setter for device.
bool has_coordinate_unit ()
void clear_coordinate_unit ()
Clears the coordinate_unit field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_test_input::wire::CoordinateUnit & coordinate_unit ()
Indicates the coordinate space in which to describe touch events.
BuilderImpl & coordinate_unit (::fuchsia_ui_test_input::wire::CoordinateUnit elem)
Indicates the coordinate space in which to describe touch events.
bool has_display_dimensions ()
void clear_display_dimensions ()
Clears the display_dimensions field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_test_input::wire::DisplayDimensions & display_dimensions ()
the dimensions of the display, only used when coordinate_unit is
`REGISTERED_DIMENSIONS`.
BuilderImpl & display_dimensions (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_ui_test_input::wire::DisplayDimensions>> elem)
the dimensions of the display, only used when coordinate_unit is
`REGISTERED_DIMENSIONS`.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::RegistryRegisterTouchScreenAndGetDeviceInfoRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::RegistryRegisterTouchScreenAndGetDeviceInfoRequest>> && frame)