class ScanResultIterator_GetNext_Result
Defined at line 1757 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 ()
::fuchsia::wlan::policy::ScanResultIterator_GetNext_Response & response ()
Defined at line 1790 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 1795 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 1801 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 1803 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 1808 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 1814 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 1822 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 1827 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 1830 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 1833 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 1841 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h
void ~ScanResultIterator_GetNext_Result ()
void ScanResultIterator_GetNext_Result (ScanResultIterator_GetNext_Result && )
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_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,ScanResultIterator_GetNext_Result *value,size_toffset)
zx_status_t Clone (ScanResultIterator_GetNext_Result * result)
bool has_invalid_tag ()
Defined at line 1784 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h
bool is_response ()
Defined at line 1788 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h
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 : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 1770 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h
Friends
class Equality