class SelectiveReportingFeatureReport

Defined at line 5045 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Selective Reporting Feature Report indicating which types of input are reported.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SelectiveReportingFeatureReport> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_input_report::wire::SelectiveReportingFeatureReport> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::SelectiveReportingFeatureReport>> frame)

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

void SelectiveReportingFeatureReport ()

Defined at line 5047 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

void SelectiveReportingFeatureReport (const SelectiveReportingFeatureReport & other)

Defined at line 5048 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

SelectiveReportingFeatureReport & operator= (const SelectiveReportingFeatureReport & other)

Defined at line 5049 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

void SelectiveReportingFeatureReport (SelectiveReportingFeatureReport && other)

Defined at line 5050 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

SelectiveReportingFeatureReport & operator= (SelectiveReportingFeatureReport && other)

Defined at line 5051 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

bool & surface_switch ()

If this is true, the device will report surface contacts.

bool has_surface_switch ()
bool & button_switch ()

If this is true, the device will report button state.

bool has_button_switch ()
SelectiveReportingFeatureReport & set_surface_switch (bool elem)
SelectiveReportingFeatureReport & clear_surface_switch ()
SelectiveReportingFeatureReport & set_button_switch (bool elem)
SelectiveReportingFeatureReport & clear_button_switch ()
void SelectiveReportingFeatureReport (::fidl::AnyArena & allocator)
void SelectiveReportingFeatureReport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::SelectiveReportingFeatureReport>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::SelectiveReportingFeatureReport>> && frame_ptr)
void ~SelectiveReportingFeatureReport ()

Defined at line 5053 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder