class WepCredentials

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

WEP credentials.

Public Methods

void WepCredentials (Storage_ storage)
void WepCredentials (::std::vector<uint8_t> key)
void WepCredentials ()

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

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

void WepCredentials (WepCredentials && )

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

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

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

WepCredentials & operator= (const WepCredentials & other)
bool operator== (const WepCredentials & other)
bool operator!= (const WepCredentials & other)
const ::std::vector<uint8_t> & key ()

Unencoded WEP key.

This field is always a binary key; ASCII hexadecimal encoding should not

be used here.

::std::vector<uint8_t> & key ()

Unencoded WEP key.

This field is always a binary key; ASCII hexadecimal encoding should not

be used here.

WepCredentials & key (::std::vector<uint8_t> value)

Unencoded WEP key.

This field is always a binary key; ASCII hexadecimal encoding should not

be used here.

void WepCredentials (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits