class NameProviderGetDeviceNameResult

Defined at line 821 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void NameProviderGetDeviceNameResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 829 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits