PTV Navigator Remote Interface Documentation
|
Variables | |
final int | MSG_RI_IMPORT_PROFILE = 403 |
Import a profile
Import a profile by sending the file base64 encoded to the navigator. If the profile with the given name already exists than it will be overwritten. If this profile is the currently used profile while navigation, the possible changes have no impact till the next route calculation.
Key | Value | Type | Info |
---|---|---|---|
Data | base64 encoded profile file data | String | |
FileName | Filename the profile will be stored on device. Without extension, just name. | String |
The sent bundle will returned and in case of an error, it may be enriched by additional information.
Key | Value | Type | Info |
---|---|---|---|
ErrorDescription | Description of error | String |
RI_ERROR_NONE if the profile was set correctly.
RI_ERROR_RI_DISABLED if the Remote Interface service is disabled and/or not licensed.
RI_ERROR_NOT_INITIALIZED if the Remote Interface service is not initialized yet.
RI_ERROR_INVALID_PARAMETER if the bundle keys "FileName" or "Data" have not been set.
RI_ERROR_NO_LICENSE if the navigator has no valid license.
© PTV Group 2023 | Generated on Fri May 10 2024 10:16:00 for PTV Navigator Remote Interface Documentation by 1.7.3 |