class CreateGuest

Defined at line 34 of file fidling/gen/src/connectivity/network/testing/netemul/guest/fuchsia.netemul.guest/cpp/fidl/fuchsia.netemul.guest/cpp/markers.h

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.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal