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