template <>

class Server

Defined at line 1904 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_messaging.h

Public Methods

void Clone (CloneRequest & request, CloneCompleter::Sync & completer)
void GetNetworkManager (GetNetworkManagerRequest & request, GetNetworkManagerCompleter::Sync & completer)
void GetEndpointManager (GetEndpointManagerRequest & request, GetEndpointManagerCompleter::Sync & completer)
void Server ()

Defined at line 1907 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_messaging.h

void Setup (SetupRequest & request, SetupCompleter::Sync & completer)

Creates a collection of networks described by `networks`.

`status` is `ZX_OK` for success

`setup_handle` is a resource that references and maintains the lifecycle of

the created networks and endpoints.

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 ~Server ()

Defined at line 1908 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_messaging.h