class WlanTxPacket

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

Public Methods

void WlanTxPacket (Storage_ storage)
void WlanTxPacket (::std::vector<uint8_t> mac_frame, ::fuchsia_wlan_softmac::WlanTxInfo info)
void WlanTxPacket ()

Default constructs a |WlanTxPacket| only if all of its members are default constructible.

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

void WlanTxPacket (WlanTxPacket && )

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

void WlanTxPacket (const WlanTxPacket & other)
WlanTxPacket & operator= (WlanTxPacket && )

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

WlanTxPacket & operator= (const WlanTxPacket & other)
bool operator== (const WlanTxPacket & other)
bool operator!= (const WlanTxPacket & other)
const ::std::vector<uint8_t> & mac_frame ()
::std::vector<uint8_t> & mac_frame ()
WlanTxPacket & mac_frame (::std::vector<uint8_t> value)

Setter for mac_frame.

const ::fuchsia_wlan_softmac::WlanTxInfo & info ()

Additional data needed to transmit the packet.

TODO(https://fxbug.dev/42056823): This field is ignored by iwlwifi.

::fuchsia_wlan_softmac::WlanTxInfo & info ()

Additional data needed to transmit the packet.

TODO(https://fxbug.dev/42056823): This field is ignored by iwlwifi.

WlanTxPacket & info (::fuchsia_wlan_softmac::WlanTxInfo value)

Additional data needed to transmit the packet.

TODO(https://fxbug.dev/42056823): This field is ignored by iwlwifi.

void WlanTxPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits