class FirmwareGetFirmwareResult

Defined at line 2831 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h

Public Methods

void FirmwareGetFirmwareResult (FirmwareGetFirmwareResult && other)
FirmwareGetFirmwareResult & operator= (FirmwareGetFirmwareResult && other)
::fuchsia_hardware_platform_bus::FirmwareGetFirmwareResult::Tag Which ()
FirmwareGetFirmwareResult WithResponse (::fuchsia_hardware_platform_bus::FirmwareGetFirmwareResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
FirmwareGetFirmwareResult & response (::fuchsia_hardware_platform_bus::FirmwareGetFirmwareResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void FirmwareGetFirmwareResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2841 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits