class ConnectResult

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

Public Methods

void ConnectResult (Storage_ storage)
void ConnectResult (::fuchsia_wlan_ieee80211::StatusCode code, bool is_credential_rejected, bool is_reconnect)
void ConnectResult ()

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

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

void ConnectResult (ConnectResult && )

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

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

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

ConnectResult & operator= (const ConnectResult & other)
bool operator== (const ConnectResult & other)
bool operator!= (const ConnectResult & other)
::fuchsia_wlan_ieee80211::StatusCode code ()
::fuchsia_wlan_ieee80211::StatusCode & code ()
ConnectResult & code (::fuchsia_wlan_ieee80211::StatusCode value)

Setter for code.

bool is_credential_rejected ()

`is_credential_rejected` is true if connect failure is likely due to wrong credential.

Policy uses this to determine whether to retry with the same password.

bool & is_credential_rejected ()

`is_credential_rejected` is true if connect failure is likely due to wrong credential.

Policy uses this to determine whether to retry with the same password.

ConnectResult & is_credential_rejected (bool value)

`is_credential_rejected` is true if connect failure is likely due to wrong credential.

Policy uses this to determine whether to retry with the same password.

bool is_reconnect ()

If `is_reconnect` is false, the result comes from the initial connection request.

If it's true, the result comes from an SME-initiated reconnection.

bool & is_reconnect ()

If `is_reconnect` is false, the result comes from the initial connection request.

If it's true, the result comes from an SME-initiated reconnection.

ConnectResult & is_reconnect (bool value)

If `is_reconnect` is false, the result comes from the initial connection request.

If it's true, the result comes from an SME-initiated reconnection.

void ConnectResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits