template <>
class WireSyncClientImpl
Defined at line 1549 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_netemul_network::EndpointManager>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_netemul_network::EndpointManager::ListEndpoints> ListEndpoints ()
Lists endpoints by name.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_netemul_network::EndpointManager::CreateEndpoint> CreateEndpoint (::fidl::StringView name, const ::fuchsia_netemul_network::wire::EndpointConfig & config)
Creates endpoint with given name and config.
Allocates 344 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_netemul_network::EndpointManager::GetEndpoint> GetEndpoint (::fidl::StringView name)
Gets a handle to an endpoint.
Allocates 312 bytes of message buffer on the stack. No heap allocation necessary.