class RadioConfig
Defined at line 1455 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
Public Methods
void RadioConfig (Storage_ storage)
void RadioConfig (::fuchsia_wlan_common::WlanPhyType phy, ::fuchsia_wlan_ieee80211::WlanChannel channel)
void RadioConfig ()
Default constructs a |RadioConfig| only if all of its members are default constructible.
Defined at line 1465 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
void RadioConfig (RadioConfig && )
Defined at line 1468 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
void RadioConfig (const RadioConfig & other)
RadioConfig & operator= (RadioConfig && )
Defined at line 1469 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
RadioConfig & operator= (const RadioConfig & other)
bool operator== (const RadioConfig & other)
bool operator!= (const RadioConfig & other)
::fuchsia_wlan_common::WlanPhyType phy ()
::fuchsia_wlan_common::WlanPhyType & phy ()
RadioConfig & phy (::fuchsia_wlan_common::WlanPhyType value)
Setter for phy.
const ::fuchsia_wlan_ieee80211::WlanChannel & channel ()
::fuchsia_wlan_ieee80211::WlanChannel & channel ()
RadioConfig & channel (::fuchsia_wlan_ieee80211::WlanChannel value)
Setter for channel.
void RadioConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits