class SelectiveReportingFeatureReport
Defined at line 4157 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 4164 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 4168 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 4173 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 4181 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 4190 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 4194 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 4199 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 4207 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)