◆ addTaskListener()
◆ removeAllTaskListeners()
| static void removeAllTaskListeners |
( |
| ) |
|
|
static |
◆ removeTaskListener()
◆ updateRouteFiles()
| static Task< Void > updateRouteFiles |
( |
final String |
path | ) |
|
|
static |
DEPRECATED: Downloads follow me route files from the follow me server. Only follow me route files where a newer version exists on the server are downloaded. The files in the destination path are overwritten.
- Parameters
-
| path | - path to store the follow me route files |
- Returns
- a task that asynchronously downloads the files. By registering the task callbacks, the state of this operation can be retrieved.
The task can return (BaseTask.getReturnValue()) the following Errorcodes
◆ uploadNmeaFile()
| static Task< Void > uploadNmeaFile |
( |
final String |
nmeaFileName | ) |
|
|
static |
DEPRECATED: Uploads NMEA file to the follow me server. This function needs an online connection. If a file with this name already exists, the existing file is overwritten. To check, if a file already exists use mta_fms_checkIfNmeaFileExistsOnServer.
- Returns
- a task that asynchronously uploads the file. By registering the task callbacks, the state of this operation can be retrieved.
The task can return (BaseTask.getReturnValue()) the following Errorcodes
The documentation for this class was generated from the following file: