class SetCountryArgs
Defined at line 798 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
Country code the device is to switch to.
These values are populated by the wlantap driver and should not be specified manually.
See also phy.fidl CountryCode.
Public Methods
void SetCountryArgs (Storage_ storage)
void SetCountryArgs (::std::array<uint8_t, 2> alpha2)
void SetCountryArgs ()
Default constructs a |SetCountryArgs| only if all of its members are default constructible.
Defined at line 809 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void SetCountryArgs (SetCountryArgs && )
Defined at line 812 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void SetCountryArgs (const SetCountryArgs & other)
SetCountryArgs & operator= (SetCountryArgs && )
Defined at line 813 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
SetCountryArgs & operator= (const SetCountryArgs & other)
bool operator== (const SetCountryArgs & other)
bool operator!= (const SetCountryArgs & other)
const ::std::array<uint8_t, 2> & alpha2 ()
::std::array<uint8_t, 2> & alpha2 ()
SetCountryArgs & alpha2 (::std::array<uint8_t, 2> value)
Setter for alpha2.
void SetCountryArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits