class DeviceGetPropertiesResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void DeviceGetPropertiesResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits