class InputDeviceGetFeatureReportResult

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

Public Methods

void InputDeviceGetFeatureReportResult (InputDeviceGetFeatureReportResult && other)
InputDeviceGetFeatureReportResult & operator= (InputDeviceGetFeatureReportResult && other)
void InputDeviceGetFeatureReportResult (const InputDeviceGetFeatureReportResult & other)
InputDeviceGetFeatureReportResult & operator= (const InputDeviceGetFeatureReportResult & other)
bool operator== (const InputDeviceGetFeatureReportResult & other)
bool operator!= (const InputDeviceGetFeatureReportResult & other)
::fuchsia_input_report::InputDeviceGetFeatureReportResult::Tag Which ()
InputDeviceGetFeatureReportResult WithResponse (::fuchsia_input_report::InputDeviceGetFeatureReportResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
InputDeviceGetFeatureReportResult & response (::fuchsia_input_report::InputDeviceGetFeatureReportResponse value)

Sets the union to hold the response member.

InputDeviceGetFeatureReportResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
InputDeviceGetFeatureReportResult & err (int32_t value)

Sets the union to hold the err member.

void InputDeviceGetFeatureReportResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits