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