PTV Navigator Remote Interface Documentation
Variables

Import an existing profile file

Variables

final int MSG_RI_IMPORT_PROFILE = 403

Detailed Description

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.

Sending bundle:

KeyValueType

Info

Data base64 encoded profile file data String
FileName Filename the profile will be stored on device. Without extension, just name. String

Returned bundle:

The sent bundle will returned and in case of an error, it may be enriched by additional information.

KeyValueType

Info

ErrorDescription Description of error String

Returned error codes:

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 Tue Dec 5 2023 14:56:26 for PTV Navigator Remote Interface Documentation by doxygen 1.7.3