class DeviceGetPathEndpointsResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void DeviceGetPathEndpointsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits