Set the compatibility mode Set the compatibility mode to on/off. If on, all bundles returned to the client will have the names and types like in the previous navigator API. If off, the returned bundle includes more information, no deprecated values like MercPosX and in some cases renamed fields and corrected types.
We highly recommend to use the non compatible mode because it offers more information and corrected fields.
More...
Variables |
final int | MSG_RI_SET_COMPATIBILITY_MODE = 3000 |
Detailed Description
Set the compatibility mode Set the compatibility mode to on/off. If on, all bundles returned to the client will have the names and types like in the previous navigator API. If off, the returned bundle includes more information, no deprecated values like MercPosX and in some cases renamed fields and corrected types.
We highly recommend to use the non compatible mode because it offers more information and corrected fields.
Sending bundle
Key | Value | Type | Info |
CompatibilityMode | Set the compatibility mode | boolean | |
Returned bundle:
Key | Value | Type | Info |
CompatibilityMode | The set compatibility mode | boolean | |
Returned error codes:
RI_ERROR_NONE if the license key was set.
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_NO_LICENSE if the navigator has no valid license.