Function ctru_sys::svcCreateSessionToPort
source · pub unsafe extern "C" fn svcCreateSessionToPort(
clientSession: *mut Handle,
clientPort: Handle
) -> Result
Expand description
Connects to a port via a handle.
§Arguments
clientSession
(direction out) - Pointer to output the client session handle to.clientPort
- Port client endpoint to connect to.