Function ctru_sys::srvGetPort

source ·
pub unsafe extern "C" fn srvGetPort(
    out: *mut Handle,
    name: *const c_char
) -> Result
Expand description

Retrieves a port handle.

§Arguments

  • out - Pointer to output the handle to.
  • name - Name of the port.