class TestDeviceSetTestDataResult

Defined at line 137 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 TestDeviceSetTestDataResult (TestDeviceSetTestDataResult && other)
TestDeviceSetTestDataResult & operator= (TestDeviceSetTestDataResult && other)
void TestDeviceSetTestDataResult (const TestDeviceSetTestDataResult & other)
TestDeviceSetTestDataResult & operator= (const TestDeviceSetTestDataResult & other)
bool operator== (const TestDeviceSetTestDataResult & other)
bool operator!= (const TestDeviceSetTestDataResult & other)
::fuchsia_device_runtime_test::TestDeviceSetTestDataResult::Tag Which ()
TestDeviceSetTestDataResult WithResponse (::fuchsia_device_runtime_test::TestDeviceSetTestDataResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
TestDeviceSetTestDataResult & response (::fuchsia_device_runtime_test::TestDeviceSetTestDataResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void TestDeviceSetTestDataResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

Defined at line 145 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