template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::test_wlan_testcontroller::TestController>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::test_wlan_testcontroller::TestController::CreateFullmac> CreateFullmac (::fidl::ClientEnd< ::fuchsia_wlan_fullmac::WlanFullmacImpl> && bridge_client)

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.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::test_wlan_testcontroller::TestController::DeleteFullmac> DeleteFullmac (uint32_t id)

Deletes the Fullmac driver with the given |id|.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.