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