class DisconnectInfo

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

Public Methods

void DisconnectInfo (Storage_ storage)
void DisconnectInfo (bool is_sme_reconnecting, ::fuchsia_wlan_sme::DisconnectSource disconnect_source)
void DisconnectInfo ()

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

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

void DisconnectInfo (DisconnectInfo && )

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

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

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

DisconnectInfo & operator= (const DisconnectInfo & other)
bool operator== (const DisconnectInfo & other)
bool operator!= (const DisconnectInfo & other)
bool is_sme_reconnecting ()

Whether SME is attempting to reconnect by itself

bool & is_sme_reconnecting ()

Whether SME is attempting to reconnect by itself

DisconnectInfo & is_sme_reconnecting (bool value)

Whether SME is attempting to reconnect by itself

const ::fuchsia_wlan_sme::DisconnectSource & disconnect_source ()

Where the disconnect originated and associated reason

::fuchsia_wlan_sme::DisconnectSource & disconnect_source ()

Where the disconnect originated and associated reason

DisconnectInfo & disconnect_source (::fuchsia_wlan_sme::DisconnectSource value)

Where the disconnect originated and associated reason

void DisconnectInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits