class HidbusGetDescriptorResult

Defined at line 541 of file fidling/gen/sdk/fidl/fuchsia.hardware.hidbus/fuchsia.hardware.hidbus/cpp/fidl/fuchsia.hardware.hidbus/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void HidbusGetDescriptorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 549 of file fidling/gen/sdk/fidl/fuchsia.hardware.hidbus/fuchsia.hardware.hidbus/cpp/fidl/fuchsia.hardware.hidbus/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits