class PortGetCountersResponse
Defined at line 2160 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
Public Methods
void PortGetCountersResponse (Storage_ storage)
void PortGetCountersResponse ()
Defined at line 2165 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
void PortGetCountersResponse (PortGetCountersResponse && )
Defined at line 2166 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
void PortGetCountersResponse (const PortGetCountersResponse & other)
PortGetCountersResponse & operator= (PortGetCountersResponse && )
Defined at line 2167 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
PortGetCountersResponse & operator= (const PortGetCountersResponse & other)
bool operator== (const PortGetCountersResponse & other)
bool operator!= (const PortGetCountersResponse & other)
bool IsEmpty ()
const std::optional<uint64_t> & rx_frames ()
The total number of ingress frames on this port.
::std::optional<uint64_t> & rx_frames ()
The total number of ingress frames on this port.
PortGetCountersResponse & rx_frames (std::optional<uint64_t> value)
The total number of ingress frames on this port.
const std::optional<uint64_t> & rx_bytes ()
The total number of ingress bytes on this port.
::std::optional<uint64_t> & rx_bytes ()
The total number of ingress bytes on this port.
PortGetCountersResponse & rx_bytes (std::optional<uint64_t> value)
The total number of ingress bytes on this port.
const std::optional<uint64_t> & tx_frames ()
The total number of egress frames on this port.
::std::optional<uint64_t> & tx_frames ()
The total number of egress frames on this port.
PortGetCountersResponse & tx_frames (std::optional<uint64_t> value)
The total number of egress frames on this port.
const std::optional<uint64_t> & tx_bytes ()
The total number of egress bytes on this port.
::std::optional<uint64_t> & tx_bytes ()
The total number of egress bytes on this port.
PortGetCountersResponse & tx_bytes (std::optional<uint64_t> value)
The total number of egress bytes on this port.
void PortGetCountersResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits