template <>

class WireWeakOnewayBufferClientImpl

Defined at line 3849 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus GetPort (::fidl::ServerEnd< ::fuchsia_hardware_network::Port> && port)

Connects to the underlying device port.

+ request `port` grants access to the device port.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus Remove ()

Triggers port removal.

The client end will be closed once the server has completely cleaned up

all resources related to the port. This is equivalent to simply dropping

the client end, but provides callers with a signal of when removal is

complete, allowing port identifiers to be reused, for example.

Caller provides the backing storage for FIDL message.