| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: &optional verify
Query the jLinker interface. Two values are returned. The first
is t
, nil
, or
:verified
. The second returned value indicates the
jlinker mode as follows:
nil
, the
second value is the keyword :socket
or the keyword
:native
.
nil
, the
second value is the first element of *jlinker-init*
.
If the interface is not running, the result
is nil
. If the interface is running and the
verify argument is nil
,
return t
. If the interface is running and the
verify argument is
non-nil
, send a round-trip message to verify
the connection (and return :verified
if all is
okay). If the interface appears to be
malfunctioning, jlinker-end is called to shut down the
connection completely.
See jlinker.htm for more information on the jLinker facility.
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 |