class ScanResultIterator_GetNext_Result

Defined at line 1541 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void ScanResultIterator_GetNext_Result ()
void ScanResultIterator_GetNext_Result (ScanResultIterator_GetNext_Result && )
bool is_response ()

Defined at line 1572 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

ScanResultIterator_GetNext_Result & operator= (ScanResultIterator_GetNext_Result && )
ScanResultIterator_GetNext_Result WithResponse (::fuchsia::wlan::policy::ScanResultIterator_GetNext_Response && )
ScanResultIterator_GetNext_Result WithErr (::fuchsia::wlan::policy::ScanErrorCode && )
::std::unique_ptr<ScanResultIterator_GetNext_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ScanResultIterator_GetNext_Result * value, size_t offset)
zx_status_t Clone (ScanResultIterator_GetNext_Result * result)
bool has_invalid_tag ()

Defined at line 1568 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

::fuchsia::wlan::policy::ScanResultIterator_GetNext_Response & response ()

Defined at line 1574 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

const ::fuchsia::wlan::policy::ScanResultIterator_GetNext_Response & response ()

Defined at line 1579 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

bool is_err ()

Defined at line 1585 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

::fuchsia::wlan::policy::ScanErrorCode & err ()

Defined at line 1587 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

const ::fuchsia::wlan::policy::ScanErrorCode & err ()

Defined at line 1592 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

::fuchsia::wlan::policy::ScanResultIterator_GetNext_Result::Tag Which ()

Defined at line 1598 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 1606 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

void ScanResultIterator_GetNext_Result (fpromise::ok_result< ::std::vector< ::fuchsia::wlan::policy::ScanResult>> && result)

Defined at line 1611 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

void ScanResultIterator_GetNext_Result (fpromise::error_result< ::fuchsia::wlan::policy::ScanErrorCode> && result)

Defined at line 1614 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

void ScanResultIterator_GetNext_Result (fpromise::result< ::std::vector< ::fuchsia::wlan::policy::ScanResult>, ::fuchsia::wlan::policy::ScanErrorCode> && result)

Defined at line 1617 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

fpromise::result< ::std::vector< ::fuchsia::wlan::policy::ScanResult>, ::fuchsia::wlan::policy::ScanErrorCode> operator result ()

Defined at line 1625 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

void ~ScanResultIterator_GetNext_Result ()
ScanResultIterator_GetNext_Result & set_response (::fuchsia::wlan::policy::ScanResultIterator_GetNext_Response value)
ScanResultIterator_GetNext_Result & set_err (::fuchsia::wlan::policy::ScanErrorCode value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 1554 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

Friends

class Equality