class ListChildren

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

Returns an iterator that lists all instances in a collection.

NOTE: The results are not guaranteed to be consistent. Instances may be

created or destroyed while the iterator is live, but those changes

won't be observed by the iterator after this method returns.

Errors:

- `INVALID_ARGUMENTS`: `collection` is not a valid reference or `iter`

does not have `ZX_RIGHT_WAIT`.

- `COLLECTION_NOT_FOUND`: `collection` does not exist.

- `INSTANCE_DIED`: This realm no longer exists.

- If `iter` does not have standard channel rights, this function may

return `ACCESS_DENIED` or component manager may close `iter`.

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