template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 528 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::MediaButtonsDeviceScheduleSimulateButtonPressRequest 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.
bool has_delay ()
void clear_delay ()
Clears the delay field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & delay ()
The length of the delay before sending the button (in nanos).
BuilderImpl & delay (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The length of the delay before sending the button (in nanos).
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::MediaButtonsDeviceScheduleSimulateButtonPressRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::MediaButtonsDeviceScheduleSimulateButtonPressRequest>> && frame)