template <>
class WireWeakOnewayClientImpl
Defined at line 4741 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.
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.