template <>
class WireSyncClientImpl
Defined at line 6300 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::NetworkContext>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Clone (::fidl::ServerEnd< ::fuchsia_netemul_network::NetworkContext> && network_context)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus GetNetworkManager (::fidl::ServerEnd< ::fuchsia_netemul_network::NetworkManager> && net_manager)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus GetEndpointManager (::fidl::ServerEnd< ::fuchsia_netemul_network::EndpointManager> && endp_manager)
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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.
Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.