class SelectiveReportingFeatureReport
Defined at line 2048 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
Selective Reporting Feature Report indicating which types of input are reported.
Public Methods
void SelectiveReportingFeatureReport (Storage_ storage)
void SelectiveReportingFeatureReport ()
Defined at line 2053 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void SelectiveReportingFeatureReport (SelectiveReportingFeatureReport && )
Defined at line 2054 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void SelectiveReportingFeatureReport (const SelectiveReportingFeatureReport & other)
SelectiveReportingFeatureReport & operator= (SelectiveReportingFeatureReport && )
Defined at line 2055 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
SelectiveReportingFeatureReport & operator= (const SelectiveReportingFeatureReport & other)
bool operator== (const SelectiveReportingFeatureReport & other)
bool operator!= (const SelectiveReportingFeatureReport & other)
bool IsEmpty ()
const std::optional<bool> & surface_switch ()
If this is true, the device will report surface contacts.
::std::optional<bool> & surface_switch ()
If this is true, the device will report surface contacts.
SelectiveReportingFeatureReport & surface_switch (std::optional<bool> value)
If this is true, the device will report surface contacts.
const std::optional<bool> & button_switch ()
If this is true, the device will report button state.
::std::optional<bool> & button_switch ()
If this is true, the device will report button state.
SelectiveReportingFeatureReport & button_switch (std::optional<bool> value)
If this is true, the device will report button state.
void SelectiveReportingFeatureReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits