class EndpointManager
Defined at line 3344 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/hlcpp/fuchsia/netemul/network/cpp/fidl.h
Manages virtual endpoints.
Public Methods
void ~EndpointManager ()
void ListEndpoints (ListEndpointsCallback callback)
Lists endpoints by name.
void CreateEndpoint (::std::string name, ::fuchsia::netemul::network::EndpointConfig config, CreateEndpointCallback callback)
Creates endpoint with given name and config.
void GetEndpoint (::std::string name, GetEndpointCallback callback)
Gets a handle to an endpoint.