Function psp::sys::sceNetAdhocctlJoinEnterGameMode

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocctlJoinEnterGameMode(
    name: *const u8,
    hostmac: *mut u8,
    timeout: u32,
    unknown: i32
) -> i32
Expand description

Connect to the Adhoc control game mode (as a client)

§Parameters

  • name: The name of the connection (maximum 8 alphanumeric characters).
  • hostmac: The mac address of the host.
  • timeout: Timeout in microseconds.
  • unknown: pass 0.

§Return Value

0 on success, < 0 on error.