edmiDefineClientName


 

EdmiError edmiDefineClientName(SdaiString myClientName);


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.

Arguments


TypeNameComment
 SdaiString

MyClientName

The name of the client connection as it will be listed on the EDM Server by edmiWhoIsOn.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

 

Options


  

 

Example


 

 EdmiError rstat;
 . . .
 if (rstat = edmiDefineClientName("Hello! I'm Johnny")) {
 printf("\nError %d in edmiDefineClientName: %s", rstat, 
 edmiGetErrorText(rstat));
 goto error;
 }
 . . .

 

See also

Filter by label

There are no items with the selected labels at this time.

Â