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