Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指示 MobiLink 服务器此客户端将提供下载确认。
根据所使用的 API 不同,语法会有所变化。还可以使用 ulsync 设置此参数。
False
布尔值
ulsync 可以将此参数按如下方法设置为扩展同步参数:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;SendDownloadACK=true;Stream=http"
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.send_download_ack = ul_true;