class DeviceChangePlugStateResult

Defined at line 3729 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

DeviceChangePlugStateResult WithErr (::fuchsia_virtualaudio::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceChangePlugStateResult & err (::fuchsia_virtualaudio::Error value)

Sets the union to hold the err member.

void DeviceChangePlugStateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 3739 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits