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