class InputDeviceSendOutputReportResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void InputDeviceSendOutputReportResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits