class PlatformBusSetBoardInfoResult
Defined at line 1949 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 PlatformBusSetBoardInfoResult (PlatformBusSetBoardInfoResult && other)
PlatformBusSetBoardInfoResult & operator= (PlatformBusSetBoardInfoResult && other)
void PlatformBusSetBoardInfoResult (const PlatformBusSetBoardInfoResult & other)
PlatformBusSetBoardInfoResult & operator= (const PlatformBusSetBoardInfoResult & other)
bool operator== (const PlatformBusSetBoardInfoResult & other)
bool operator!= (const PlatformBusSetBoardInfoResult & other)
::fuchsia_hardware_platform_bus::PlatformBusSetBoardInfoResult::Tag Which ()
PlatformBusSetBoardInfoResult WithResponse (::fuchsia_hardware_platform_bus::PlatformBusSetBoardInfoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
PlatformBusSetBoardInfoResult & response (::fuchsia_hardware_platform_bus::PlatformBusSetBoardInfoResponse value)
Sets the union to hold the response member.
PlatformBusSetBoardInfoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PlatformBusSetBoardInfoResult & err (int32_t value)
Sets the union to hold the err member.
void PlatformBusSetBoardInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1959 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