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