Please enable JavaScript to view this site.

Navigation: Linkar CLIENTS > C auxiliary Functions

LkGetDataFromConnectionInfo

Scroll Prev Top Next More

Function that extracts a certain element from a coded string of connection information.

The connection information string is returned by the C function LkLogin

 

connectionInfo

char*

 

string that contains the different elements that make up the credentials

index

uint32_t

 

number representing the element to be extracted from the credentials

 

Using this function, each of the elements that make up the connection information string. Can be extracted from the connection information string (returned by the C LkLogin function),

 

The following symbolic constants (defined in LinkarClientC.h) can be used to reference each of the elements that make up the connection information string.

 

#define CONN_INFO_CRD_OPTIONS 0

#define CONN_INFO_SESSION_ID 1

 

       C