class SetChannelArgs
Defined at line 1183 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_t wlan_softmac_id, ::fuchsia_wlan_ieee80211::WlanChannel channel)
void SetChannelArgs ()
Default constructs a |SetChannelArgs| only if all of its members are default constructible.
Defined at line 1194 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 1197 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 1198 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::WlanChannel & channel ()
::fuchsia_wlan_ieee80211::WlanChannel & channel ()
SetChannelArgs & channel (::fuchsia_wlan_ieee80211::WlanChannel value)
Setter for channel.
void SetChannelArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits