[][src]Function pspsdk_sys::sdk::sceHttpSetRecvTimeOut

pub unsafe extern "C" fn sceHttpSetRecvTimeOut(
    id: c_int,
    timeout: c_uint
) -> c_int

Set receive timeout

@param id - ID of the template or connection @param timeout - Timeout value in microseconds @return 0 on success, < 0 on error.