template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 5858 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::SensorInputDescriptor Build ()

Build and return the table. The builder should not be used after this.

bool has_values ()
void clear_values ()

Clears the values 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::SensorAxis> & values ()

Each `SensorAxis` in `values` describes what a sensor is measuring and its range.

These will directly correspond to the values in `SensorReport`.

BuilderImpl & values (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::SensorAxis>>> elem)

Each `SensorAxis` in `values` describes what a sensor is measuring and its range.

These will directly correspond to the values in `SensorReport`.

bool has_report_id ()
void clear_report_id ()

Clears the report_id field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint8_t & report_id ()

ReportID of current descriptor. Report with same report ID should be

associated with this descriptor.

BuilderImpl & report_id (uint8_t elem)

ReportID of current descriptor. Report with same report ID should be

associated with this descriptor.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_input_report::wire::SensorInputDescriptor, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::SensorInputDescriptor>> && frame)

Records