template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 615 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h

Public Methods

::fuchsia_hardware_interconnect::wire::AggregatedBandwidth Build ()

Build and return the table. The builder should not be used after this.

bool has_node_id ()
void clear_node_id ()

Clears the node_id field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & node_id ()

Unique ID that refers to the node this bandwidth is requested for.

BuilderImpl & node_id (uint32_t elem)

Unique ID that refers to the node this bandwidth is requested for.

bool has_average_bandwidth_bps ()
void clear_average_bandwidth_bps ()

Clears the average_bandwidth_bps field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & average_bandwidth_bps ()

The computed aggregate average bandwidth value, derived from requests.

BuilderImpl & average_bandwidth_bps (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

The computed aggregate average bandwidth value, derived from requests.

bool has_peak_bandwidth_bps ()
void clear_peak_bandwidth_bps ()

Clears the peak_bandwidth_bps field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & peak_bandwidth_bps ()

The computed aggregate peak bandwidth value, derived from requests.

BuilderImpl & peak_bandwidth_bps (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

The computed aggregate peak bandwidth value, derived from requests.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_interconnect::wire::AggregatedBandwidth, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::AggregatedBandwidth>> && frame)

Records