class ProviderConnectToServiceResult

Defined at line 720 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 Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits