Function psp::sys::sceNetAdhocMatchingCancelTargetWithOpt

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

Cancel a matching target (with optional data)

§Parameters

  • matching_id: The ID returned from ::sceNetAdhocMatchingCreate
  • mac: The MAC address to cancel
  • opt_len: Optional data length
  • opt_data: Pointer to the optional data

§Return Value

0 on success, < 0 on error.