class CodecGetDaiFormatsResult

Defined at line 2751 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h

Public Methods

void CodecGetDaiFormatsResult (CodecGetDaiFormatsResult && other)
CodecGetDaiFormatsResult & operator= (CodecGetDaiFormatsResult && other)
void CodecGetDaiFormatsResult (const CodecGetDaiFormatsResult & other)
CodecGetDaiFormatsResult & operator= (const CodecGetDaiFormatsResult & other)
bool operator== (const CodecGetDaiFormatsResult & other)
bool operator!= (const CodecGetDaiFormatsResult & other)
::fuchsia_hardware_audio::CodecGetDaiFormatsResult::Tag Which ()
CodecGetDaiFormatsResult WithResponse (::fuchsia_hardware_audio::CodecGetDaiFormatsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CodecGetDaiFormatsResult & response (::fuchsia_hardware_audio::CodecGetDaiFormatsResponse value)

Sets the union to hold the response member.

CodecGetDaiFormatsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CodecGetDaiFormatsResult & err (int32_t value)

Sets the union to hold the err member.

void CodecGetDaiFormatsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2761 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits