| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: port &optional error-p error-val
This function checks a connection and re-establishes it if necessary
and possible. If error-p is non-nil
, an error is signaled if the port cannot be
opened. If error-p is nil
, error-val is returned if
the port cannot be opened. If the port is opened,
the return value is the open port.
The method when port is a datagram port is a no-op.
See also rpc.htm for general information on the Remote Procedure Call utility in Allegro CL.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |