template <>

class WireSyncClientImpl

Defined at line 3681 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/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_interfaces_admin::Installer>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus InstallDevice (::fidl::ClientEnd< ::fuchsia_hardware_network::Device> && device, ::fidl::ServerEnd< ::fuchsia_net_interfaces_admin::DeviceControl> && device_control)

Installs a device on the network stack.

+ request `device` the device to install on the network stack.

+ request `device_control` grants access to the installed device.

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

::fidl::OneWayStatus InstallBlackholeInterface (::fidl::ServerEnd< ::fuchsia_net_interfaces_admin::Control> && interface, ::fuchsia_net_interfaces_admin::wire::Options options)

Installs a blackhole interface on the network stack.

A "blackhole" interface is an interface that drops any outbound traffic

transmitted through it, and never receives any inbound traffic.

+ request `interface` grants access to the installed interface.

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