class WlanChannel

Defined at line 1044 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h

Public Methods

void WlanChannel (Storage_ storage)
void WlanChannel (uint8_t primary, ::fuchsia_wlan_common::ChannelBandwidth cbw, uint8_t secondary80)
void WlanChannel ()

Default constructs a |WlanChannel| only if all of its members are default constructible.

Defined at line 1055 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h

void WlanChannel (WlanChannel && )

Defined at line 1058 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h

void WlanChannel (const WlanChannel & other)
WlanChannel & operator= (WlanChannel && )

Defined at line 1059 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h

WlanChannel & operator= (const WlanChannel & other)
bool operator== (const WlanChannel & other)
bool operator!= (const WlanChannel & other)
uint8_t primary ()
uint8_t & primary ()
WlanChannel & primary (uint8_t value)

Setter for primary.

::fuchsia_wlan_common::ChannelBandwidth cbw ()
::fuchsia_wlan_common::ChannelBandwidth & cbw ()
WlanChannel & cbw (::fuchsia_wlan_common::ChannelBandwidth value)

Setter for cbw.

uint8_t secondary80 ()
uint8_t & secondary80 ()
WlanChannel & secondary80 (uint8_t value)

Setter for secondary80.

void WlanChannel (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits