class UsbAdbImplQueueTxResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UsbAdbImplQueueTxResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits