Expand description
Convenience functions for accessing directories of a component instance and opening protocols that exist in them.
Enums§
- The directories of a component instance that can be opened.
- Errors that can be returned from opening a component instance directory.
Functions§
- Opens a protocol in a component instance directory, assuming it is located at the root.
- Opens a protocol in a component instance directory at the given |path|.
- Opens an object in a component instance directory with the given |flags|, |mode| and |path|. Component manager will make the corresponding
fuchsia.io.Directory/Open
call on the directory. - Opens the root of a component instance directory with read rights.
- Opens the subdirectory of a component instance directory with read rights.