class CountryCode
Defined at line 334 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
The country code for a target WLAN PHY device.
alpha2 is ISO 3166-1 code to indicate a country. eg. AF for Afghanistan.
Public Methods
void CountryCode (Storage_ storage)
void CountryCode (::std::array<uint8_t, 2> alpha2)
void CountryCode ()
Default constructs a |CountryCode| only if all of its members are default constructible.
Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
void CountryCode (CountryCode && )
Defined at line 348 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
void CountryCode (const CountryCode & other)
CountryCode & operator= (CountryCode && )
Defined at line 349 of file fidling/gen/sdk/fidl/fuchsia.wlan.device/fuchsia.wlan.device/cpp/fidl/fuchsia.wlan.device/cpp/natural_types.h
CountryCode & operator= (const CountryCode & other)
bool operator== (const CountryCode & other)
bool operator!= (const CountryCode & other)
const ::std::array<uint8_t, 2> & alpha2 ()
::std::array<uint8_t, 2> & alpha2 ()
CountryCode & alpha2 (::std::array<uint8_t, 2> value)
Setter for alpha2.
void CountryCode (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits