class LegacyPrivacySupport

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

Public Methods

void LegacyPrivacySupport (Storage_ storage)
void LegacyPrivacySupport (bool wep_supported, bool wpa1_supported)
void LegacyPrivacySupport ()

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

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

void LegacyPrivacySupport (LegacyPrivacySupport && )

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

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

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

LegacyPrivacySupport & operator= (const LegacyPrivacySupport & other)
bool operator== (const LegacyPrivacySupport & other)
bool operator!= (const LegacyPrivacySupport & other)
bool wep_supported ()
bool & wep_supported ()
LegacyPrivacySupport & wep_supported (bool value)

Setter for wep_supported.

bool wpa1_supported ()
bool & wpa1_supported ()
LegacyPrivacySupport & wpa1_supported (bool value)

Setter for wpa1_supported.

void LegacyPrivacySupport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits