Function psp::sys::sceNetAdhocMatchingGetHelloOpt

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocMatchingGetHelloOpt(
    matching_id: i32,
    opt_len: *mut i32,
    opt_data: *mut c_void
) -> i32
Expand description

Get the optional hello message

§Parameters

  • matching_id: The ID returned from ::sceNetAdhocMatchingCreate
  • opt_len: Length of the hello data
  • opt_data: Pointer to the hello data

§Return Value

0 on success, < 0 on error.