class AggregatedBandwidth

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

Public Methods

void AggregatedBandwidth ()

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

void AggregatedBandwidth (const AggregatedBandwidth & other)

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

AggregatedBandwidth & operator= (const AggregatedBandwidth & other)

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

void AggregatedBandwidth (AggregatedBandwidth && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_interconnect::wire::AggregatedBandwidth> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_interconnect::wire::AggregatedBandwidth> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::AggregatedBandwidth>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

uint32_t & node_id ()

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

bool has_node_id ()
uint64_t & average_bandwidth_bps ()

The computed aggregate average bandwidth value, derived from requests.

bool has_average_bandwidth_bps ()
AggregatedBandwidth & operator= (AggregatedBandwidth && other)

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

uint64_t & peak_bandwidth_bps ()

The computed aggregate peak bandwidth value, derived from requests.

bool has_peak_bandwidth_bps ()
void ~AggregatedBandwidth ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder