EyeLogic SDK  1.1.9
ELApi.ReturnConnect Class Reference

return values of connect( ) More...

Static Public Attributes

int SUCCESS = 0
 connection successully established
 
int NOT_INITED = 1
 connection failed: library needs to be initialized first (constructor call missing)
 
int VERSION_MISMATCH = 2
 connection failed: API is build on a newer version than the server. More...
 
int TIMEOUT = 3
 connection failed: the server can not be found or is not responding
 

Detailed Description

return values of connect( )

Member Data Documentation

◆ VERSION_MISMATCH

int VERSION_MISMATCH = 2
static

connection failed: API is build on a newer version than the server.

Update the EyeLogicServer to the newest version.