class WlanPhyImplSetCountryResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

WlanPhyImplSetCountryResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
WlanPhyImplSetCountryResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void WlanPhyImplSetCountryResult (::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 1194 of file fidling/gen/sdk/fidl/fuchsia.wlan.phyimpl/fuchsia.wlan.phyimpl/cpp/fidl/fuchsia.wlan.phyimpl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits