template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::fuchsia_netemul_network::Endpoint::GetConfig> GetConfig ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_netemul_network::Endpoint::GetName> GetName ()

Gets endpoint name.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_netemul_network::Endpoint::SetLinkUp> SetLinkUp (bool up)

Sends link up or down signal

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus GetPort (::fidl::ServerEnd< ::fuchsia_hardware_network::Port> && port)

Connects to the underlying device port.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus GetProxy (::fidl::ServerEnd< ::fuchsia_netemul_network::DeviceProxy> && proxy)

Gets a proxy to open requests with zircon ethernet device.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.