Skip to main content

ipc_connect

Function ipc_connect 

Source
pub fn ipc_connect(path: &[u8]) -> Result<usize, Error>
Expand description

Connect to an IPC service bound in the namespace.

Returns a port handle that can be used with ipc_call/ipc_send.