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