class OpenExposedDir
Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/markers.h
Opens the exposed directory of a child component. When this function
successfully returns, `exposed_dir` is bound to a directory that
contains the capabilities which the child exposed to its realm via
`ComponentDecl.exposes` (specified via "expose" declarations in the
component's manifest). The child component will not start as a result of
this call.
`exposed_dir` is open as long as `child` exists.
Errors:
- `INVALID_ARGUMENTS`: `child` is not a valid child reference.
- `INSTANCE_NOT_FOUND`: `child` does not exist.
- `INSTANCE_CANNOT_RESOLVE`: `child`'s component declaration failed to resolve.
- `INSTANCE_DIED`: This realm no longer exists.
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