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