class CodecSetDaiFormatResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void CodecSetDaiFormatResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits