MapTrip SDK Android Manual 9.8.8
OlrclientState Enum Reference

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)
 

Detailed Description

enum type State of the OpenLRClient

Member Function Documentation

◆ getByInt()

static OlrclientState getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ DATA_REQUEST_OK

DATA_REQUEST_OK =(3)

The check for new data was successful.

◆ ERROR_DATA_REQUEST

ERROR_DATA_REQUEST =(-3)

The internet connection is bad.

◆ ERROR_INTERNAL

ERROR_INTERNAL =(-25)

The update thread cannot be started.

◆ ERROR_LOGIN

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

ERROR_NOT_INITIALIZED =(-16)

No url to a DetourServer is available.

◆ ERROR_OLR_DECODING

ERROR_OLR_DECODING =(-4)

The decoding of the OpenLR code on the present map data failed.

◆ LOGIN_OK

LOGIN_OK =(1)

The login to the server is OK.

◆ NEW_DATA

NEW_DATA =(4)

Received new data and interweaved into present map data.

◆ STARTED

STARTED =(0)

The update thread is started.


The documentation for this enum was generated from the following file: