class EthernetRxTransferResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void EthernetRxTransferResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits