template <>
class WireWeakOnewayClientImpl
Defined at line 7105 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.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus GetPortWatcher (::fidl::ServerEnd< ::fuchsia_hardware_network::PortWatcher> && watcher)
Connects a [`PortWatcher`] to this device.
+ request `watcher` server end of watcher channel.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::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.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.