template <>
class NaturalSyncClientImpl
Defined at line 356 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_netemul_network::EndpointManager::ListEndpoints> ListEndpoints ()
Lists endpoints by name.
::fidl::Result< ::fuchsia_netemul_network::EndpointManager::CreateEndpoint> CreateEndpoint (const ::fidl::Request< ::fuchsia_netemul_network::EndpointManager::CreateEndpoint> & request)
Creates endpoint with given name and config.
::fidl::Result< ::fuchsia_netemul_network::EndpointManager::GetEndpoint> GetEndpoint (const ::fidl::Request< ::fuchsia_netemul_network::EndpointManager::GetEndpoint> & request)
Gets a handle to an endpoint.