template <>
class NaturalClientImpl
Defined at line 92 of file fidling/gen/src/connectivity/wlan/tests/helpers/testcontroller-driver/fidl/test.wlan.testcontroller/cpp/fidl/test.wlan.testcontroller/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::test_wlan_testcontroller::TestController::CreateFullmac> CreateFullmac (::fidl::Request< ::test_wlan_testcontroller::TestController::CreateFullmac> request)
Create and bind Fullmac driver that forwards all incoming calls
to the |bridge_client|. The Fullmac driver will also create an instance
of SME on binding.
The user should expect to receive a call to
WlanFullmacImpl::Start shortly after calling this.
Returns an |id| that uniquely identifies the new instance of the Fullmac driver,
which can be used to delete the driver instance later.
::fidl::internal::NaturalThenable< ::test_wlan_testcontroller::TestController::DeleteFullmac> DeleteFullmac (::fidl::Request< ::test_wlan_testcontroller::TestController::DeleteFullmac> request)
Deletes the Fullmac driver with the given |id|.