class PortGetCountersResponse
Defined at line 1794 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/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_hardware_network::wire::PortGetCountersResponse> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_network::wire::PortGetCountersResponse> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_network::wire::PortGetCountersResponse>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_network::wire::PortGetCountersResponse>> && frame_ptr)
void PortGetCountersResponse ()
Defined at line 1796 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
void PortGetCountersResponse (const PortGetCountersResponse & other)
Defined at line 1797 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
void PortGetCountersResponse (PortGetCountersResponse && other)
Defined at line 1799 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
uint64_t & rx_frames ()
The total number of ingress frames on this port.
bool has_rx_frames ()
uint64_t & rx_bytes ()
The total number of ingress bytes on this port.
bool has_rx_bytes ()
uint64_t & tx_frames ()
The total number of egress frames on this port.
bool has_tx_frames ()
uint64_t & tx_bytes ()
The total number of egress bytes on this port.
bool has_tx_bytes ()
PortGetCountersResponse & set_rx_frames (::fidl::ObjectView<uint64_t> elem)
PortGetCountersResponse & set_rx_frames (std::nullptr_t )
PortGetCountersResponse & clear_rx_frames ()
PortGetCountersResponse & operator= (const PortGetCountersResponse & other)
Defined at line 1798 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
PortGetCountersResponse & set_rx_bytes (::fidl::ObjectView<uint64_t> elem)
PortGetCountersResponse & set_rx_bytes (std::nullptr_t )
PortGetCountersResponse & clear_rx_bytes ()
PortGetCountersResponse & set_tx_frames (::fidl::ObjectView<uint64_t> elem)
PortGetCountersResponse & set_tx_frames (std::nullptr_t )
PortGetCountersResponse & clear_tx_frames ()
PortGetCountersResponse & set_tx_bytes (::fidl::ObjectView<uint64_t> elem)
PortGetCountersResponse & set_tx_bytes (std::nullptr_t )
PortGetCountersResponse & clear_tx_bytes ()
void PortGetCountersResponse (::fidl::AnyArena & allocator)
void PortGetCountersResponse (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_network::wire::PortGetCountersResponse>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
PortGetCountersResponse & operator= (PortGetCountersResponse && other)
Defined at line 1800 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
void ~PortGetCountersResponse ()
Defined at line 1802 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder