template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1916 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
Public Methods
::fuchsia_input_report::wire::KeyboardOutputReport Build ()
Build and return the table. The builder should not be used after this.
bool has_enabled_leds ()
void clear_enabled_leds ()
Clears the enabled_leds field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_input_report::wire::LedType> & enabled_leds ()
Each LED in this list will be turned on. Any LED not in this list will be
turned off.
BuilderImpl & enabled_leds (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::LedType>>> elem)
Each LED in this list will be turned on. Any LED not in this list will be
turned off.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_input_report::wire::KeyboardOutputReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardOutputReport>> && frame)