template <>

class WireSyncClientImpl

Defined at line 4597 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_netemul_network::DeviceProxy>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus ServeController (::fidl::ServerEnd< ::fuchsia_device::Controller> && req)

Serve the Controller protocol for this device.

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

::fidl::OneWayStatus ServeDevice (::fidl::ServerEnd< ::fuchsia_hardware_network::DeviceInstance> && req)

Serve the device's FIDL protocol.

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