class TxArgs
Defined at line 1070 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
Public Methods
void TxArgs (Storage_ storage)
void TxArgs (uint16_t wlan_softmac_id, ::fuchsia_wlan_tap::WlanTxPacket packet)
void TxArgs ()
Default constructs a |TxArgs| only if all of its members are default constructible.
Defined at line 1081 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void TxArgs (TxArgs && )
Defined at line 1084 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
void TxArgs (const TxArgs & other)
TxArgs & operator= (TxArgs && )
Defined at line 1085 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/natural_types.h
TxArgs & operator= (const TxArgs & other)
bool operator== (const TxArgs & other)
bool operator!= (const TxArgs & other)
uint16_t wlan_softmac_id ()
uint16_t & wlan_softmac_id ()
TxArgs & wlan_softmac_id (uint16_t value)
Setter for wlan_softmac_id.
const ::fuchsia_wlan_tap::WlanTxPacket & packet ()
::fuchsia_wlan_tap::WlanTxPacket & packet ()
TxArgs & packet (::fuchsia_wlan_tap::WlanTxPacket value)
Setter for packet.
void TxArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits