Function ctru_sys::svcConnectToPort
source · pub unsafe extern "C" fn svcConnectToPort(
out: *mut Handle,
portName: *const c_char
) -> Result
Expand description
Connects to a port.
§Arguments
out
(direction out) - Pointer to output the port handle to.portName
- Name of the port.