Function psp::sys::sceNetAdhocMatchingAbortSendData

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

Abort a data send to a matching target

§Parameters

  • matching_id: The ID returned from ::sceNetAdhocMatchingCreate
  • mac: The MAC address to send the data to

§Return Value

0 on success, < 0 on error.