class PathSetBandwidthResult

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

Public Methods

void PathSetBandwidthResult (PathSetBandwidthResult && other)
PathSetBandwidthResult & operator= (PathSetBandwidthResult && other)
void PathSetBandwidthResult (const PathSetBandwidthResult & other)
PathSetBandwidthResult & operator= (const PathSetBandwidthResult & other)
bool operator== (const PathSetBandwidthResult & other)
bool operator!= (const PathSetBandwidthResult & other)
::fuchsia_hardware_interconnect::PathSetBandwidthResult::Tag Which ()
PathSetBandwidthResult WithResponse (::fuchsia_hardware_interconnect::PathSetBandwidthResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
PathSetBandwidthResult & response (::fuchsia_hardware_interconnect::PathSetBandwidthResponse value)

Sets the union to hold the response member.

PathSetBandwidthResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PathSetBandwidthResult & err (int32_t value)

Sets the union to hold the err member.

PathSetBandwidthResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
PathSetBandwidthResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void PathSetBandwidthResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits