| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |