template <>
class WireSyncBufferClientImpl
Defined at line 3708 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_messaging.h
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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.