Function sceNetAdhocMatchingSendData
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceNetAdhocMatchingSendData(
matching_id: i32,
mac: *mut u8,
data_len: i32,
data: *mut c_void,
) -> i32
Expand description
Send data to a matching target
§Parameters
matching_id: The ID returned from ::sceNetAdhocMatchingCreate
mac: The MAC address to send the data to
data_len: Length of the data
data: Pointer to the data
§Return Value
0 on success, < 0 on error.