template <>
class WireWeakOnewayBufferClientImpl
Defined at line 4283 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 GetLeft (::fidl::ServerEnd< ::fuchsia_hardware_network::Device> && device)
Connects to the underlying left device endpoint.
+ request `device` handle serve the left device endpoint on.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus GetRight (::fidl::ServerEnd< ::fuchsia_hardware_network::Device> && device)
Connects to the underlying right device endpoint.
+ request `device` handle serve the right device endpoint on.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus GetLeftPort (uint8_t id, ::fidl::ServerEnd< ::fuchsia_hardware_network::Port> && port)
Connects to an underlying left port.
+ request `id` requested port identifier.
+ request `port` grants access to the requested port on the left device.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus GetRightPort (uint8_t id, ::fidl::ServerEnd< ::fuchsia_hardware_network::Port> && port)
Connects to an underlying right port.
+ request `id` requested port identifier.
+ request `port` grants access to the requested port on the right device.
Caller provides the backing storage for FIDL message.