class DeviceResumeResult
Defined at line 441 of file fidling/gen/src/power/testing/fake-suspend/test.suspendcontrol/cpp/fidl/test.suspendcontrol/cpp/natural_types.h
Public Methods
void DeviceResumeResult (DeviceResumeResult && other)
DeviceResumeResult & operator= (DeviceResumeResult && other)
void DeviceResumeResult (const DeviceResumeResult & other)
DeviceResumeResult & operator= (const DeviceResumeResult & other)
bool operator== (const DeviceResumeResult & other)
bool operator!= (const DeviceResumeResult & other)
::test_suspendcontrol::DeviceResumeResult::Tag Which ()
DeviceResumeResult WithResponse (::test_suspendcontrol::DeviceResumeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceResumeResult & response (::test_suspendcontrol::DeviceResumeResponse value)
Sets the union to hold the response member.
DeviceResumeResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceResumeResult & err (int32_t value)
Sets the union to hold the err member.
void DeviceResumeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 449 of file fidling/gen/src/power/testing/fake-suspend/test.suspendcontrol/cpp/fidl/test.suspendcontrol/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits