| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-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 |