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