My Project
Variables
Retrieve a value for a certain key

Retrieve a key value pair from the navigation application. More...

Variables

static final int MSG_RI_GET_VALUE_BY_KEY = 111
 

Detailed Description

Retrieve a key value pair from the navigation application.

For defining what you are looking for, use the following fields:

Sending bundle:

KeyValueType

Info

Key A string which represents the key, case sensitive String
Priority The priority of the desired key value pair. Use 0 if you like to get the key value pair with the highest priority String

Returned bundle:

KeyValueType

Info

Key The key String
Value The value of the key String
Type The type of the value int
Duration The remaining duration in milliseconds int
Priority The priority int

Returned error codes:

RI_ERROR_NONE if everything is ok.
RI_ERROR_RI_DISABLED if the Remote Interface service is disabled and/or not licensed.
RI_ERROR_IS_INITIALIZING if the Remote Interface service is not initialized yet.

RI_ERROR_NO_SUCH_KEY if the key could not be found.


© PTV Group 2021 Generated on Sun Oct 2 2022 19:28:23 for My Project by doxygen 1.8.17