template <>

class NaturalClientImpl

Defined at line 1170 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_messaging.h

Public Methods

::fit::result< ::fidl::OneWayError> InstallDevice (::fidl::Request< ::fuchsia_net_interfaces_admin::Installer::InstallDevice> request)

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.

::fit::result< ::fidl::OneWayError> InstallBlackholeInterface (::fidl::Request< ::fuchsia_net_interfaces_admin::Installer::InstallBlackholeInterface> request)

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.