template <>

class WireServer

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

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::test_wlan_testcontroller::TestController>|

and |::fidl::ServerEnd

<

::test_wlan_testcontroller::TestController>|).

Public Methods

void CreateFullmac (::test_wlan_testcontroller::wire::TestControllerCreateFullmacRequest * request, CreateFullmacCompleter::Sync & completer)

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.

void DeleteFullmac (::test_wlan_testcontroller::wire::TestControllerDeleteFullmacRequest * request, DeleteFullmacCompleter::Sync & completer)

Deletes the Fullmac driver with the given |id|.

void WireServer ()

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

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~WireServer ()

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