template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_netemul_network::NetworkManager::ListNetworks> ListNetworks ()

Lists emulated networks by name.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_netemul_network::NetworkManager::CreateNetwork> CreateNetwork (::fidl::StringView name, ::fuchsia_netemul_network::wire::NetworkConfig config)

Creates a new network with given name and config.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_netemul_network::NetworkManager::GetNetwork> GetNetwork (::fidl::StringView name)

Gets a handle to a network.

Caller provides the backing storage for FIDL message.