class PacketStats
Defined at line 117 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::PacketStats> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_stats::wire::PacketStats> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_stats::wire::PacketStats>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void PacketStats ()
Defined at line 119 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
void PacketStats (const PacketStats & other)
Defined at line 120 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
PacketStats & operator= (const PacketStats & other)
Defined at line 121 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
void PacketStats (PacketStats && other)
Defined at line 122 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
PacketStats & operator= (PacketStats && other)
Defined at line 123 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
uint64_t & rx ()
bool has_rx ()
uint64_t & tx ()
bool has_tx ()
uint64_t & tx_drop ()
bool has_tx_drop ()
uint64_t & tx_retries ()
bool has_tx_retries ()
void ~PacketStats ()
Defined at line 125 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder