template <>

class WireWeakOnewayClientImpl

Defined at line 4224 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.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

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

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

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

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

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

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.