class RegistryWatchDevicesAddedResult

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

Public Methods

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

Sets the union to hold the response member.

RegistryWatchDevicesAddedResult WithErr (::fuchsia_audio_device::RegistryWatchDevicesAddedError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RegistryWatchDevicesAddedResult & err (::fuchsia_audio_device::RegistryWatchDevicesAddedError value)

Sets the union to hold the err member.

RegistryWatchDevicesAddedResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
RegistryWatchDevicesAddedResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void RegistryWatchDevicesAddedResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits