Expand description
Convenience functions for accessing directories of a component instance and opening protocols that exist in them.
Enums§
- Open
DirType - The directories of a component instance that can be opened.
- Open
Error - Errors that can be returned from opening a component instance directory.
Functions§
- connect_
to_ instance_ protocol - Opens a protocol in a component instance directory, assuming it is located at the root.
- connect_
to_ instance_ protocol_ at_ path - Opens a protocol in a component instance directory at the given |path|.
- open_
instance_ directory - Opens the specified directory type in a component instance identified by
moniker
.