SYNTAX:
xpxDefineClientName (myClientName : STRING)
status : INTEGER;
To be completed
The xpxDefineClientName function assigns a name to a client connection on the EDM Server.
When a client connects to thr EDM Server the connection will be visible by invoking edmiWhoIsOn. If a client name is not defined for the connection it may be difficult to determine which connection belongs to which client. By defining a client name, listing of connected clients becomes more readable. Only the connected client may define its client name.
The argument <clientName> specifies the name of the new client. Client names are case insensitive.
This function is equivalent to the EDMinterface function edmiDefineClientName
General
Content
Integrations