class PortGetCountersResponse
Defined at line 2983 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const uint64_t & rx_frames ()
The total number of ingress frames on this port.
Defined at line 2990 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
bool has_rx_frames ()
Defined at line 2994 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
uint64_t * mutable_rx_frames ()
The total number of ingress frames on this port.
Defined at line 2999 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void clear_rx_frames ()
Defined at line 3007 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
const uint64_t & rx_bytes ()
The total number of ingress bytes on this port.
Defined at line 3016 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
bool has_rx_bytes ()
Defined at line 3020 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
uint64_t * mutable_rx_bytes ()
The total number of ingress bytes on this port.
Defined at line 3025 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void clear_rx_bytes ()
Defined at line 3033 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
bool has_tx_frames ()
Defined at line 3046 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
uint64_t * mutable_tx_frames ()
The total number of egress frames on this port.
Defined at line 3051 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void clear_tx_frames ()
Defined at line 3059 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
bool has_tx_bytes ()
Defined at line 3072 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
uint64_t * mutable_tx_bytes ()
The total number of egress bytes on this port.
Defined at line 3077 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void clear_tx_bytes ()
Defined at line 3085 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
PortGetCountersResponse & set_rx_frames (uint64_t _value)
PortGetCountersResponse & set_rx_bytes (uint64_t _value)
PortGetCountersResponse & set_tx_frames (uint64_t _value)
PortGetCountersResponse & set_tx_bytes (uint64_t _value)
void PortGetCountersResponse ()
void PortGetCountersResponse (PortGetCountersResponse && other)
const uint64_t & tx_frames ()
The total number of egress frames on this port.
Defined at line 3042 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
const uint64_t & tx_bytes ()
The total number of egress bytes on this port.
Defined at line 3068 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void ~PortGetCountersResponse ()
PortGetCountersResponse & operator= (PortGetCountersResponse && other)
::std::unique_ptr<PortGetCountersResponse> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PortGetCountersResponse * _value, size_t _offset)
zx_status_t Clone (PortGetCountersResponse * _result)