Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxGetClientId (clientName   : STRING;                VAR clientId : INTEGER;                VAR hostName : STRING)                 status       : INTEGER;
 
To be completed
The xpxGetClientId function returns the coresponding client Id of a given client Name.
All clients that connect to an EDMserver will have assigned a unique numeric client Id. Defining a client name, however, is optional. Therefore this function may only be used to retrieve the client Ids of clients that are connected with the EDMserver with a defined client name.
The argument <clientName> specifies the defined client name of the connected client. Use xpxDefineClientName to define client names.
The argument <clientId> is an address of a variable that will receive the unique numeric id that identifies the connected client.
The argument <hostName> is an address of a string pointer that will receive the host name at which the client process is running
This function is equivalent to the EDMinterface function edmiGetClientId

  • No labels