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