Skip to main content

SYS_IPC_CONNECT

Constant SYS_IPC_CONNECT 

Source
pub const SYS_IPC_CONNECT: usize = 208;
Expand description

Connect to a bound IPC port by name.

  • port_handle: capability handle (used for authentication/permissions)

Returns a new handle to the connected port, or -ENOENT if not found.