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