template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1892 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
Public Methods
::fuchsia_hardware_network::wire::PortGetCountersResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_rx_frames ()
void clear_rx_frames ()
Clears the rx_frames field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & rx_frames ()
The total number of ingress frames on this port.
BuilderImpl & rx_frames (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The total number of ingress frames on this port.
bool has_rx_bytes ()
void clear_rx_bytes ()
Clears the rx_bytes field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & rx_bytes ()
The total number of ingress bytes on this port.
BuilderImpl & rx_bytes (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The total number of ingress bytes on this port.
bool has_tx_frames ()
void clear_tx_frames ()
Clears the tx_frames field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & tx_frames ()
The total number of egress frames on this port.
BuilderImpl & tx_frames (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The total number of egress frames on this port.
bool has_tx_bytes ()
void clear_tx_bytes ()
Clears the tx_bytes field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & tx_bytes ()
The total number of egress bytes on this port.
BuilderImpl & tx_bytes (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The total number of egress bytes on this port.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_network::wire::PortGetCountersResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_network::wire::PortGetCountersResponse>> && frame)