class TestDeviceChildGetParentDataOverRuntimeChannelResult
Defined at line 288 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/natural_types.h
Public Methods
void TestDeviceChildGetParentDataOverRuntimeChannelResult (TestDeviceChildGetParentDataOverRuntimeChannelResult && other)
TestDeviceChildGetParentDataOverRuntimeChannelResult & operator= (TestDeviceChildGetParentDataOverRuntimeChannelResult && other)
void TestDeviceChildGetParentDataOverRuntimeChannelResult (const TestDeviceChildGetParentDataOverRuntimeChannelResult & other)
TestDeviceChildGetParentDataOverRuntimeChannelResult & operator= (const TestDeviceChildGetParentDataOverRuntimeChannelResult & other)
bool operator== (const TestDeviceChildGetParentDataOverRuntimeChannelResult & other)
bool operator!= (const TestDeviceChildGetParentDataOverRuntimeChannelResult & other)
::fuchsia_device_runtime_test::TestDeviceChildGetParentDataOverRuntimeChannelResult::Tag Which ()
TestDeviceChildGetParentDataOverRuntimeChannelResult WithResponse (::fuchsia_device_runtime_test::TestDeviceChildGetParentDataOverRuntimeChannelResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
TestDeviceChildGetParentDataOverRuntimeChannelResult & response (::fuchsia_device_runtime_test::TestDeviceChildGetParentDataOverRuntimeChannelResponse value)
Sets the union to hold the response member.
TestDeviceChildGetParentDataOverRuntimeChannelResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
TestDeviceChildGetParentDataOverRuntimeChannelResult & err (int32_t value)
Sets the union to hold the err member.
void TestDeviceChildGetParentDataOverRuntimeChannelResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 296 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits