class ActiveScanRequest

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

Public Methods

void ActiveScanRequest (Storage_ storage)
void ActiveScanRequest (::std::vector< ::std::vector<uint8_t>> ssids, ::std::vector<uint8_t> channels)
void ActiveScanRequest ()

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

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

void ActiveScanRequest (ActiveScanRequest && )

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

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

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

ActiveScanRequest & operator= (const ActiveScanRequest & other)
bool operator== (const ActiveScanRequest & other)
bool operator!= (const ActiveScanRequest & other)
const ::std::vector< ::std::vector<uint8_t>> & ssids ()

List of SSIDs to scan for. An empty list of ssids is the same as specifying

a list containing only the wildcard SSID.

There is no limit on the number of SSIDs specified, but a large number of

SSIDs may result in extended scan times or the error ZX_ERR_INVALID_ARGS to be

returned.

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

List of SSIDs to scan for. An empty list of ssids is the same as specifying

a list containing only the wildcard SSID.

There is no limit on the number of SSIDs specified, but a large number of

SSIDs may result in extended scan times or the error ZX_ERR_INVALID_ARGS to be

returned.

ActiveScanRequest & ssids (::std::vector< ::std::vector<uint8_t>> value)

List of SSIDs to scan for. An empty list of ssids is the same as specifying

a list containing only the wildcard SSID.

There is no limit on the number of SSIDs specified, but a large number of

SSIDs may result in extended scan times or the error ZX_ERR_INVALID_ARGS to be

returned.

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.

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

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

void ActiveScanRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits