class InputDeviceGetInputReportResult
Defined at line 1992 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
Public Methods
void InputDeviceGetInputReportResult (InputDeviceGetInputReportResult && other)
InputDeviceGetInputReportResult & operator= (InputDeviceGetInputReportResult && other)
::fuchsia_input_report::InputDeviceGetInputReportResult::Tag Which ()
InputDeviceGetInputReportResult WithResponse (::fuchsia_input_report::InputDeviceGetInputReportResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
InputDeviceGetInputReportResult & response (::fuchsia_input_report::InputDeviceGetInputReportResponse value)
Sets the union to hold the response member.
InputDeviceGetInputReportResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
InputDeviceGetInputReportResult & err (int32_t value)
Sets the union to hold the err member.
void InputDeviceGetInputReportResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2002 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits