template <>

class WireSyncBufferClientImpl

Defined at line 4046 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 CreateInterface (const ::fuchsia_hardware_network::wire::PortId & port, ::fidl::ServerEnd< ::fuchsia_net_interfaces_admin::Control> && control, ::fuchsia_net_interfaces_admin::wire::Options options)

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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus 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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.