template <>
class NaturalClientImpl
Defined at line 1331 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> CreateInterface (::fidl::Request< ::fuchsia_net_interfaces_admin::DeviceControl::CreateInterface> request)
Creates an interface on the network stack.
+ request `port` the device's port to instantiate as an interface.
+ request `control` grants access to the created interface.
::fit::result< ::fidl::OneWayError> Detach ()
Detaches the client end from the device's lifetime.
After calling `Detach`, closing this client end no longer causes the
device or any of the interfaces created from it to be removed. Note that
the lifetime of any created interface will continue to be coupled with
the associated [`Control`] client end.