template <>

class WireSyncClientImpl

Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.net.virtualization/fuchsia.net.virtualization/cpp/fidl/fuchsia.net.virtualization/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_net_virtualization::Control>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus CreateNetwork (::fuchsia_net_virtualization::wire::Config config, ::fidl::ServerEnd< ::fuchsia_net_virtualization::Network> && network)

Create a new network with configurable upstream connectivity.

The network itself is always guaranteed to be created, but upstream

connectivity may not be established initially and may be lost at

any time.

+ request `config` network configuration.

+ request `network` provides control over the created network. The

protocol will be terminated after emitting a terminal event if the

network cannot be added.

Allocates 192 bytes of message buffer on the stack. No heap allocation necessary.