class SetChannelArgs
Defined at line 1315 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
Public Methods
void SetChannelArgs (Storage_ storage)
void SetChannelArgs (uint16_twlan_softmac_id,::fuchsia_wlan_ieee80211::ChannelNumberprimary,::fuchsia_wlan_ieee80211::ChannelBandwidthbandwidth,::fuchsia_wlan_ieee80211::ChannelNumbervht_secondary_80_channel)
void SetChannelArgs ()
Default constructs a |SetChannelArgs| only if all of its members are default constructible.
Defined at line 1326 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void SetChannelArgs (SetChannelArgs && )
Defined at line 1329 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void SetChannelArgs (const SetChannelArgs & other)
SetChannelArgs & operator= (SetChannelArgs && )
Defined at line 1330 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
SetChannelArgs & operator= (const SetChannelArgs & other)
bool operator== (const SetChannelArgs & other)
bool operator!= (const SetChannelArgs & other)
uint16_t wlan_softmac_id ()
uint16_t & wlan_softmac_id ()
SetChannelArgs & wlan_softmac_id (uint16_t value)
Setter for wlan_softmac_id.
const ::fuchsia_wlan_ieee80211::ChannelNumber & primary ()
::fuchsia_wlan_ieee80211::ChannelNumber & primary ()
SetChannelArgs & primary (::fuchsia_wlan_ieee80211::ChannelNumber value)
Setter for primary.
::fuchsia_wlan_ieee80211::ChannelBandwidth bandwidth ()
::fuchsia_wlan_ieee80211::ChannelBandwidth & bandwidth ()
SetChannelArgs & bandwidth (::fuchsia_wlan_ieee80211::ChannelBandwidth value)
Setter for bandwidth.
const ::fuchsia_wlan_ieee80211::ChannelNumber & vht_secondary_80_channel ()
::fuchsia_wlan_ieee80211::ChannelNumber & vht_secondary_80_channel ()
SetChannelArgs & vht_secondary_80_channel (::fuchsia_wlan_ieee80211::ChannelNumber value)
Setter for vht_secondary_80_channel.
void SetChannelArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits