class DirConnectorOpen

Defined at line 224 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/markers.h

Open a connection from the provided [DirConnector] capability that will

be dispatched to the [DirReceiver] on the other end. The `id` and

`server_end` arguments are required, and the `flags` and `path`

arguments are optional (a path of `.` will be used if one is not

otherwise set).

If there was an error making the connection, it will be reported as a zx.Status

epitaph on `server_end`.

Errors:

- `ID_NOT_FOUND` if `id` was not a valid capability id in this store.

- `WRONG_TYPE` if `id` was not a connector capability.

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