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