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