class PassiveScanRequest

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

Public Methods

void PassiveScanRequest (Storage_ storage)
void PassiveScanRequest (::std::vector<uint8_t> channels)
void PassiveScanRequest ()

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

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

void PassiveScanRequest (PassiveScanRequest && )

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

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

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

PassiveScanRequest & operator= (const PassiveScanRequest & other)
bool operator== (const PassiveScanRequest & other)
bool operator!= (const PassiveScanRequest & other)
const ::std::vector<uint8_t> & channels ()

Channels to scan on. Leave empty for all supported channels.

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

Channels to scan on. Leave empty for all supported channels.

PassiveScanRequest & channels (::std::vector<uint8_t> value)

Channels to scan on. Leave empty for all supported channels.

void PassiveScanRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits