template <>
class WireSyncBufferClientImpl
Defined at line 1574 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::WireUnownedResult< ::fuchsia_netemul_network::EndpointManager::ListEndpoints> ListEndpoints ()
Lists endpoints by name.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_netemul_network::EndpointManager::CreateEndpoint> CreateEndpoint (::fidl::StringView name, const ::fuchsia_netemul_network::wire::EndpointConfig & config)
Creates endpoint with given name and config.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_netemul_network::EndpointManager::GetEndpoint> GetEndpoint (::fidl::StringView name)
Gets a handle to an endpoint.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.