class DeviceMeasureBandwidthResult
Defined at line 379 of file fidling/gen/sdk/fidl/fuchsia.hardware.ram.metrics/fuchsia.hardware.ram.metrics/cpp/fidl/fuchsia.hardware.ram.metrics/cpp/natural_types.h
Public Methods
void DeviceMeasureBandwidthResult (DeviceMeasureBandwidthResult && other)
DeviceMeasureBandwidthResult & operator= (DeviceMeasureBandwidthResult && other)
void DeviceMeasureBandwidthResult (const DeviceMeasureBandwidthResult & other)
DeviceMeasureBandwidthResult & operator= (const DeviceMeasureBandwidthResult & other)
bool operator== (const DeviceMeasureBandwidthResult & other)
bool operator!= (const DeviceMeasureBandwidthResult & other)
::fuchsia_hardware_ram_metrics::DeviceMeasureBandwidthResult::Tag Which ()
DeviceMeasureBandwidthResult WithResponse (::fuchsia_hardware_ram_metrics::DeviceMeasureBandwidthResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceMeasureBandwidthResult & response (::fuchsia_hardware_ram_metrics::DeviceMeasureBandwidthResponse value)
Sets the union to hold the response member.
DeviceMeasureBandwidthResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceMeasureBandwidthResult & err (int32_t value)
Sets the union to hold the err member.
void DeviceMeasureBandwidthResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 387 of file fidling/gen/sdk/fidl/fuchsia.hardware.ram.metrics/fuchsia.hardware.ram.metrics/cpp/fidl/fuchsia.hardware.ram.metrics/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits