template <>
class WireSyncBufferClientImpl
Defined at line 6328 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::OneWayStatus Clone (::fidl::ServerEnd< ::fuchsia_netemul_network::NetworkContext> && network_context)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus GetNetworkManager (::fidl::ServerEnd< ::fuchsia_netemul_network::NetworkManager> && net_manager)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus GetEndpointManager (::fidl::ServerEnd< ::fuchsia_netemul_network::EndpointManager> && endp_manager)
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_netemul_network::NetworkContext::Setup> Setup (::fidl::VectorView< ::fuchsia_netemul_network::wire::NetworkSetup> networks)
Creates a collection of networks described by `networks`.
`status` is `ZX_OK` for success
`setup_handle` is a resource that references and maintains the lifecycle of
the created networks and endpoints.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.