template <>

class WireSyncClientImpl

Defined at line 5444 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::Endpoint>|,

avoiding setting up a client.

Public Methods

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

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

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

Gets endpoint name.

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

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

Sends link up or down signal

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

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

Connects to the underlying device port.

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

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

Gets a proxy to open requests with zircon ethernet device.

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