class Link

Defined at line 1310 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/markers.h

Creates a link to an object named src by the name dst, within a directory represented by

token.

`src` must be a resolved object name. Including "/" in the string will

return `ZX_ERR_INVALID_ARGS`.

`dst` must be a resolved object name. Including "/" in the string will

return `ZX_ERR_INVALID_ARGS`.

This method requires following rights: `OpenFlags.RIGHT_WRITABLE` and

`OpenFlags.RIGHT_READABLE`, otherwise returns `ZX_ERR_BAD_HANDLE`.

This will be atomic with respect to renaming or unlinking the source concurrently e.g. if

there are two actors operating concurrently, and one actor performs a rename that affects

the source within this directory, and the other does a link, each will appear to occur

atomically in an unspecified order.

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