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