class PhyDestroyIfaceResult

Defined at line 732 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PhyDestroyIfaceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 740 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits