class NetworkState

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

Information about current network connections and attempts.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

void NetworkState ()
void NetworkState (NetworkState && other)
const ::fuchsia::wlan::policy::NetworkIdentifier & id ()

Network id for the current connection (or attempt).

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

bool has_id ()

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

::fuchsia::wlan::policy::NetworkIdentifier * mutable_id ()

Network id for the current connection (or attempt).

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

void clear_id ()

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

bool has_status ()

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

::fuchsia::wlan::policy::DisconnectStatus * mutable_status ()

Extra information for debugging or Settings display

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

void clear_status ()

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

NetworkState & set_id (::fuchsia::wlan::policy::NetworkIdentifier _value)
NetworkState & set_status (::fuchsia::wlan::policy::DisconnectStatus _value)
const ::fuchsia::wlan::policy::ConnectionState & state ()

Current state for the connection.

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

bool has_state ()

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

::fuchsia::wlan::policy::ConnectionState * mutable_state ()

Current state for the connection.

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

void clear_state ()

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

NetworkState & set_state (::fuchsia::wlan::policy::ConnectionState _value)
const ::fuchsia::wlan::policy::DisconnectStatus & status ()

Extra information for debugging or Settings display

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

void ~NetworkState ()
NetworkState & operator= (NetworkState && other)
::std::unique_ptr<NetworkState> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NetworkState * _value, size_t _offset)
zx_status_t Clone (NetworkState * _result)