class WlanTxTransferResult
Defined at line 2263 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
Public Methods
void WlanTxTransferResult (WlanTxTransferResult && other)
WlanTxTransferResult & operator= (WlanTxTransferResult && other)
void WlanTxTransferResult (const WlanTxTransferResult & other)
WlanTxTransferResult & operator= (const WlanTxTransferResult & other)
bool operator== (const WlanTxTransferResult & other)
bool operator!= (const WlanTxTransferResult & other)
::fuchsia_wlan_softmac::WlanTxTransferResult::Tag Which ()
WlanTxTransferResult WithResponse (::fuchsia_wlan_softmac::WlanTxTransferResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
WlanTxTransferResult & response (::fuchsia_wlan_softmac::WlanTxTransferResponse value)
Sets the union to hold the response member.
WlanTxTransferResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
WlanTxTransferResult & err (int32_t value)
Sets the union to hold the err member.
void WlanTxTransferResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 2273 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits