class RegistryWatchDeviceRemovedResult
Defined at line 3358 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h
Public Methods
void RegistryWatchDeviceRemovedResult (RegistryWatchDeviceRemovedResult && other)
RegistryWatchDeviceRemovedResult & operator= (RegistryWatchDeviceRemovedResult && other)
void RegistryWatchDeviceRemovedResult (const RegistryWatchDeviceRemovedResult & other)
RegistryWatchDeviceRemovedResult & operator= (const RegistryWatchDeviceRemovedResult & other)
bool operator== (const RegistryWatchDeviceRemovedResult & other)
bool operator!= (const RegistryWatchDeviceRemovedResult & other)
::fuchsia_audio_device::RegistryWatchDeviceRemovedResult::Tag Which ()
RegistryWatchDeviceRemovedResult WithResponse (::fuchsia_audio_device::RegistryWatchDeviceRemovedResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RegistryWatchDeviceRemovedResult & response (::fuchsia_audio_device::RegistryWatchDeviceRemovedResponse value)
Sets the union to hold the response member.
RegistryWatchDeviceRemovedResult WithErr (::fuchsia_audio_device::RegistryWatchDeviceRemovedError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RegistryWatchDeviceRemovedResult & err (::fuchsia_audio_device::RegistryWatchDeviceRemovedError value)
Sets the union to hold the err member.
RegistryWatchDeviceRemovedResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
RegistryWatchDeviceRemovedResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void RegistryWatchDeviceRemovedResult (::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 3369 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits