...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetClientId (clientName : STRING;
VAR clientId : INTEGER;
VAR hostName : STRING)
status : INTEGER;
|
The xpxGetClientId function returns the coresponding client Id of a given client Name.
All clients that connect to an EDMserver 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>
Arguments
...
Type | Name | Comment |
STRING | clientName | specifies the defined client name of the connected client. Use xpxDefineClientName to define client names. |
...
INTEGER | clientId | is an address of a variable that will receive the unique numeric id that identifies the connected client. |
...
STRING | hostName | is an address of a string pointer that will receive the host name at which the client process is running |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|