class ProviderConnectToServiceResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProviderConnectToServiceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits