[][src]Function pspsdk_sys::sdk::sceHttpSetSendTimeOut

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

Set send timeout

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