| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: port passcode
The default method of this generic function does nothing. It returns the first argument.
This method is called to enable a connection explicitly. This is necessary when the default enable sequence is suppressed in the call to rpc-open-client.
If a passcode is specified, send an :enable-client
request with the specified passcode.
If passcode is nil, don't send anything. This case makes sense if the
application sent an :enable-client
request
explicitly.
Finally, enable the local port for request and invoke callbacks from the server.
See also rpc.htm for general information on the Remote Procedure Call utility in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |