class Endpoint
Defined at line 3841 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/hlcpp/fuchsia/netemul/network/cpp/fidl.h
Virtual ethernet endpoint.
Public Methods
void ~Endpoint ()
void GetConfig (GetConfigCallback callback)
void GetName (GetNameCallback callback)
Gets endpoint name.
void SetLinkUp (bool up, SetLinkUpCallback callback)
Sends link up or down signal
void GetPort (::fidl::InterfaceRequest< ::fuchsia::hardware::network::Port> port)
Connects to the underlying device port.
void GetProxy (::fidl::InterfaceRequest< ::fuchsia::netemul::network::DeviceProxy> proxy)
Gets a proxy to open requests with zircon ethernet device.