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