Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
クライアントがダウンロード確認を提供することを Mobile Link サーバに指示します。
構文は、使用する API によって異なります。このパラメータは ulsync を使用して設定することもできます。
false
ブール式
ulsync は、次のようにこのパラメータを拡張同期パラメータとして設定できます。
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;SendDownloadACK=true;Stream=http"
Ultra Light for C/C++ アプリケーションは、次のようにパラメータを設定できます。
ul_sync_info info; // ... info.send_download_ack = ul_true;