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