setPingOnly function

Sets the synchronization to ping the MobiLink server instead of performing a synchronization.

Syntax
abstract void SyncParms.setPingOnly(
  boolean v
)
Parameters
  • v   Set true to only ping the server, or set false to perform a synchronization.

Remarks

The default is false. Specifying true changes setDownloadOnly and setUploadOnly to false.

See also