class SelectiveReportingFeatureReport

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

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

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const bool & surface_switch ()

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

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

bool has_surface_switch ()

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

bool * mutable_surface_switch ()

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

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

void clear_surface_switch ()

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

const bool & button_switch ()

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

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

bool has_button_switch ()

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

bool * mutable_button_switch ()

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

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

void clear_button_switch ()

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

SelectiveReportingFeatureReport & set_surface_switch (bool _value)
SelectiveReportingFeatureReport & set_button_switch (bool _value)
void SelectiveReportingFeatureReport ()
void SelectiveReportingFeatureReport (SelectiveReportingFeatureReport && other)
void ~SelectiveReportingFeatureReport ()
SelectiveReportingFeatureReport & operator= (SelectiveReportingFeatureReport && other)
::std::unique_ptr<SelectiveReportingFeatureReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SelectiveReportingFeatureReport * _value, size_t _offset)
zx_status_t Clone (SelectiveReportingFeatureReport * _result)