| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
The class of all DDE ports for implementing a DDE server in Lisp.
An application does not instantiate this class directly. Instead, an instance is created internally if the Lisp application has called open-server and then some other program connects to the Lisp DDE server as a client.
It may be useful to create a subclass of server-port
in order to specialize a dde-message method on the subclass.
The subclass name may be passed as the
server-port-class argument to open-server to establish it as the server-port
class that
will be instantiated.
See dde.htm for information about DDE support.
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 |