template <>

class WireSyncBufferClientImpl

Defined at line 202 of file fidling/gen/sdk/fidl/fuchsia.net.virtualization/fuchsia.net.virtualization/cpp/fidl/fuchsia.net.virtualization/cpp/wire_messaging.h

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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.