Public Member Functions | |
| int | getIntVal () |
Static Public Member Functions | |
| static OlrclientState | getByInt (int intVal) |
Public Attributes | |
| DATA_REQUEST_OK =(3) | |
| ERROR_DATA_REQUEST =(-3) | |
| ERROR_INTERNAL =(-25) | |
| ERROR_LOGIN =(-1) | |
| ERROR_NOT_INITIALIZED =(-16) | |
| ERROR_OLR_DECODING =(-4) | |
| LOGIN_OK =(1) | |
| NEW_DATA =(4) | |
| STARTED =(0) | |
|
static |
| int getIntVal | ( | ) |
| DATA_REQUEST_OK =(3) |
The check for new data was successful.
| ERROR_DATA_REQUEST =(-3) |
The internet connection is bad.
| ERROR_INTERNAL =(-25) |
The update thread cannot be started.
| ERROR_LOGIN =(-1) |
Login failed. The MapTrip Manager does not know this device or this device is not in any detour pot. Or the internet connection is bad.
| ERROR_NOT_INITIALIZED =(-16) |
No url to a DetourServer is available.
| ERROR_OLR_DECODING =(-4) |
The decoding of the OpenLR code on the present map data failed.
| LOGIN_OK =(1) |
The login to the server is OK.
| NEW_DATA =(4) |
Received new data and interweaved into present map data.
| STARTED =(0) |
The update thread is started.