class DeviceWatchControllerWriteCommandsResult

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

Public Methods

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

Sets the union to hold the response member.

DeviceWatchControllerWriteCommandsResult WithErr (::fuchsia_hardware_spmi::DriverError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceWatchControllerWriteCommandsResult & err (::fuchsia_hardware_spmi::DriverError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void DeviceWatchControllerWriteCommandsResult (::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 1001 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits