class WlanTxPacket
Defined at line 609 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
An outgoing packet that is to be "sent" by the wlantap device. `data` contains the packet
in its wire format.
Public Methods
void WlanTxPacket (Storage_ storage)
void WlanTxPacket (::std::vector<uint8_t> data, ::fuchsia_wlan_tap::WlanTxInfo info)
void WlanTxPacket ()
Default constructs a |WlanTxPacket| only if all of its members are default constructible.
Defined at line 620 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void WlanTxPacket (WlanTxPacket && )
Defined at line 623 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void WlanTxPacket (const WlanTxPacket & other)
WlanTxPacket & operator= (WlanTxPacket && )
Defined at line 624 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
WlanTxPacket & operator= (const WlanTxPacket & other)
bool operator== (const WlanTxPacket & other)
bool operator!= (const WlanTxPacket & other)
const ::std::vector<uint8_t> & data ()
::std::vector<uint8_t> & data ()
WlanTxPacket & data (::std::vector<uint8_t> value)
Setter for data.
const ::fuchsia_wlan_tap::WlanTxInfo & info ()
::fuchsia_wlan_tap::WlanTxInfo & info ()
WlanTxPacket & info (::fuchsia_wlan_tap::WlanTxInfo value)
Setter for info.
void WlanTxPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits