class TestControllerDeleteFullmacResult

Defined at line 269 of file fidling/gen/src/connectivity/wlan/tests/helpers/testcontroller-driver/fidl/test.wlan.testcontroller/cpp/fidl/test.wlan.testcontroller/cpp/natural_types.h

Public Methods

void TestControllerDeleteFullmacResult (TestControllerDeleteFullmacResult && other)
TestControllerDeleteFullmacResult & operator= (TestControllerDeleteFullmacResult && other)
void TestControllerDeleteFullmacResult (const TestControllerDeleteFullmacResult & other)
TestControllerDeleteFullmacResult & operator= (const TestControllerDeleteFullmacResult & other)
bool operator== (const TestControllerDeleteFullmacResult & other)
bool operator!= (const TestControllerDeleteFullmacResult & other)
::test_wlan_testcontroller::TestControllerDeleteFullmacResult::Tag Which ()
TestControllerDeleteFullmacResult WithResponse (::test_wlan_testcontroller::TestControllerDeleteFullmacResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
TestControllerDeleteFullmacResult & response (::test_wlan_testcontroller::TestControllerDeleteFullmacResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void TestControllerDeleteFullmacResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 277 of file fidling/gen/src/connectivity/wlan/tests/helpers/testcontroller-driver/fidl/test.wlan.testcontroller/cpp/fidl/test.wlan.testcontroller/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits