Function ctru_sys::svcCreateSession

source ·
pub unsafe extern "C" fn svcCreateSession(
    serverSession: *mut Handle,
    clientSession: *mut Handle
) -> Result
Expand description

Creates a linked pair of session endpoints.

§Arguments

  • serverSession (direction out) - Pointer to output the created server endpoint handle to.
  • clientSession (direction out) - Pointer to output the created client endpoint handle to.