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