Please enable JavaScript to view this site.

Navigation: Linkar CLIENTS > C auxiliary Functions

LkCreateCredentialsOptionsPlugin

Scroll Prev Top Next More

Function that returns a string encoded with the elements that make up the credentials. Used with Plugins

This string is needed by the LkLogin function and all the Direct C functions (LkReadD, LkUpdateD, ...)

 

 

host

char*


IP address or hostname where Linkar SERVER is listening

 

port

uint32_t


Port number on which the EntryPoint is listening

 

username

char*


Linkar SERVER user name

 

password

char*


Password of the Linkar user

 

entryPoint

char*


The EntryPoint Name defined in Linkar SERVER

 

language

char*


Used to make the database routines know in which language they must answer.

The Error messages from the database are in English by default, but they can be customized

 

freeText

char*


Free text that displays in Linkar MANAGER, in the Client Sessions monitor. This can help to identify the source of the request. Examples: "ERP1", "Android v1.3", "Client245".

pluginId

char*


Plugin ID defined in Linkar MANAGER - must be activated.

 

 

This function creates an encoded string that contains all necessary information for Direct C functions and for the C function LkLogin.

 

       C