class RingBufferSetActiveChannelsResult
Defined at line 7786 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
Public Methods
void RingBufferSetActiveChannelsResult (RingBufferSetActiveChannelsResult && other)
RingBufferSetActiveChannelsResult & operator= (RingBufferSetActiveChannelsResult && other)
void RingBufferSetActiveChannelsResult (const RingBufferSetActiveChannelsResult & other)
RingBufferSetActiveChannelsResult & operator= (const RingBufferSetActiveChannelsResult & other)
bool operator== (const RingBufferSetActiveChannelsResult & other)
bool operator!= (const RingBufferSetActiveChannelsResult & other)
::fuchsia_hardware_audio::RingBufferSetActiveChannelsResult::Tag Which ()
RingBufferSetActiveChannelsResult WithResponse (::fuchsia_hardware_audio::RingBufferSetActiveChannelsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RingBufferSetActiveChannelsResult & response (::fuchsia_hardware_audio::RingBufferSetActiveChannelsResponse value)
Sets the union to hold the response member.
RingBufferSetActiveChannelsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RingBufferSetActiveChannelsResult & err (int32_t value)
Sets the union to hold the err member.
void RingBufferSetActiveChannelsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 7796 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits