setAcknowledgeDownload function

Indicates if the remote should send a download acknowledgement.

Syntax
abstract void SyncParms.setAcknowledgeDownload(
  boolean ack
)
Parameters
  • ack   Set true to have the client acknowledge a download; otherwise, set false.

Remarks

The default is false.

See also