class HidbusGetIdleResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void HidbusGetIdleResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits