class EthernetTxTransferResult

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

Public Methods

void EthernetTxTransferResult (EthernetTxTransferResult && other)
EthernetTxTransferResult & operator= (EthernetTxTransferResult && other)
void EthernetTxTransferResult (const EthernetTxTransferResult & other)
EthernetTxTransferResult & operator= (const EthernetTxTransferResult & other)
bool operator== (const EthernetTxTransferResult & other)
bool operator!= (const EthernetTxTransferResult & other)
::fuchsia_wlan_softmac::EthernetTxTransferResult::Tag Which ()
EthernetTxTransferResult WithResponse (::fuchsia_wlan_softmac::EthernetTxTransferResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EthernetTxTransferResult & response (::fuchsia_wlan_softmac::EthernetTxTransferResponse value)

Sets the union to hold the response member.

EthernetTxTransferResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EthernetTxTransferResult & err (int32_t value)

Sets the union to hold the err member.

void EthernetTxTransferResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits