template <>
class WireWeakSyncClientImpl
Defined at line 1354 of file fidling/gen/src/connectivity/network/testing/netemul/guest/fuchsia.netemul.guest/cpp/fidl/fuchsia.netemul.guest/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_netemul_guest::Controller::CreateGuest> CreateGuest (::fidl::StringView name, ::fidl::ClientEnd< ::fuchsia_netemul_network::Network> && network, ::fidl::ObjectView< ::fuchsia_net::wire::MacAddress> mac)
Creates a new guest instance, attaches it to the provided `network`, optionally
with `mac` as its mac address, and starts serving the `Guest` protocol over
the returned client end.
+ request `name` a name to be associated with the guest, to be used in logs
and assertions.
+ request `network` the client end of a netemul network, to which the guest
should be attached.
+ request `mac` an optional mac address which is provided to the guest on
on creation. If `mac` is not provided, the guest's mac address is picked
by guest-manager.
+ response `guest` the client end of a `Guest` protocol which can be used to
interact with the guest.
Allocates 120 bytes of message buffer on the stack. No heap allocation necessary.