class ClientController_ForgetNetwork_Result

Defined at line 1290 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 ClientController_ForgetNetwork_Result ()
::fuchsia::wlan::policy::ClientController_ForgetNetwork_Response & response ()

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

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

Defined at line 1328 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 1334 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

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

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

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

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

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

Defined at line 1347 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 1355 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

void ClientController_ForgetNetwork_Result (fpromise::ok_result<void> && result)

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

void ClientController_ForgetNetwork_Result (fpromise::error_result< ::fuchsia::wlan::policy::NetworkConfigChangeError> && result)

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

void ClientController_ForgetNetwork_Result (fpromise::result<void, ::fuchsia::wlan::policy::NetworkConfigChangeError> && result)

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

fpromise::result<void, ::fuchsia::wlan::policy::NetworkConfigChangeError> operator result ()

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

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

Defined at line 1317 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 1321 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

ClientController_ForgetNetwork_Result & set_response (::fuchsia::wlan::policy::ClientController_ForgetNetwork_Response value)
ClientController_ForgetNetwork_Result & set_err (::fuchsia::wlan::policy::NetworkConfigChangeError 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 1303 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

Friends

class Equality