class GenericSmeQuery

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

Public Methods

void GenericSmeQuery (Storage_ storage)
void GenericSmeQuery (::fuchsia_wlan_common::WlanMacRole role, ::std::array<uint8_t, 6> sta_addr, ::std::array<uint8_t, 6> factory_addr)
void GenericSmeQuery ()

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

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

void GenericSmeQuery (GenericSmeQuery && )

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

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

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

GenericSmeQuery & operator= (const GenericSmeQuery & other)
bool operator== (const GenericSmeQuery & other)
bool operator!= (const GenericSmeQuery & other)
::fuchsia_wlan_common::WlanMacRole role ()
::fuchsia_wlan_common::WlanMacRole & role ()
GenericSmeQuery & role (::fuchsia_wlan_common::WlanMacRole value)

Setter for role.

const ::std::array<uint8_t, 6> & sta_addr ()
::std::array<uint8_t, 6> & sta_addr ()
GenericSmeQuery & sta_addr (::std::array<uint8_t, 6> value)

Setter for sta_addr.

const ::std::array<uint8_t, 6> & factory_addr ()
::std::array<uint8_t, 6> & factory_addr ()
GenericSmeQuery & factory_addr (::std::array<uint8_t, 6> value)

Setter for factory_addr.

void GenericSmeQuery (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits