template <>

class WireWeakOnewayBufferClientImpl

Defined at line 7165 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus GetPort (const ::fuchsia_hardware_network::wire::PortId & id, ::fidl::ServerEnd< ::fuchsia_hardware_network::Port> && port)

Connects to a port the given `id`.

+ request `id` port to connect to.

+ request `port` server end of port channel.

`port` is closed with a `ZX_ERR_NOT_FOUND` epitaph if no port with `id`

exists.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus GetPortWatcher (::fidl::ServerEnd< ::fuchsia_hardware_network::PortWatcher> && watcher)

Connects a [`PortWatcher`] to this device.

+ request `watcher` server end of watcher channel.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus Clone (::fidl::ServerEnd< ::fuchsia_hardware_network::Device> && device)

Establishes a new connection to this device.

+ request `device` the server end for the new connection.

Caller provides the backing storage for FIDL message.