Function psp::sys::sceNetAdhocctlCreate

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocctlCreate(name: *const u8) -> i32
Expand description

Connect to the Adhoc control (as a host)

§Parameters

  • name: The name of the connection (maximum 8 alphanumeric characters).

§Return Value

0 on success, < 0 on error.