template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 182 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::BandwidthRequest Build ()
Build and return the table. The builder should not be used after this.
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 ()
Getter for average_bandwidth_bps.
BuilderImpl & average_bandwidth_bps (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for average_bandwidth_bps.
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 ()
Getter for peak_bandwidth_bps.
BuilderImpl & peak_bandwidth_bps (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for peak_bandwidth_bps.
bool has_tag ()
void clear_tag ()
Clears the tag field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & tag ()
Optional tag to be associated with the request.
BuilderImpl & tag (uint32_t elem)
Optional tag to be associated with the request.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_interconnect::wire::BandwidthRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::BandwidthRequest>> && frame)