class DisconnectSource
Defined at line 241 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
Public Methods
void DisconnectSource (DisconnectSource && other)
DisconnectSource & operator= (DisconnectSource && other)
void DisconnectSource (const DisconnectSource & other)
DisconnectSource & operator= (const DisconnectSource & other)
bool operator== (const DisconnectSource & other)
bool operator!= (const DisconnectSource & other)
::fuchsia_wlan_sme::DisconnectSource::Tag Which ()
DisconnectSource WithAp (::fuchsia_wlan_sme::DisconnectCause val)
const ::fidl::internal::UnionMemberView<1, Storage_> ap ()
::fidl::internal::UnionMemberView<1, Storage_> ap ()
DisconnectSource & ap (::fuchsia_wlan_sme::DisconnectCause value)
Sets the union to hold the ap member.
DisconnectSource WithUser (::fuchsia_wlan_sme::UserDisconnectReason val)
const ::fidl::internal::UnionMemberView<2, Storage_> user ()
::fidl::internal::UnionMemberView<2, Storage_> user ()
DisconnectSource & user (::fuchsia_wlan_sme::UserDisconnectReason value)
Sets the union to hold the user member.
DisconnectSource WithMlme (::fuchsia_wlan_sme::DisconnectCause val)
const ::fidl::internal::UnionMemberView<3, Storage_> mlme ()
::fidl::internal::UnionMemberView<3, Storage_> mlme ()
DisconnectSource & mlme (::fuchsia_wlan_sme::DisconnectCause value)
Sets the union to hold the mlme member.
void DisconnectSource (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kAp | 1 |
| kUser | 2 |
| kMlme | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits