All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

accepting-handle-name Function

Summary

Returns the name associated with an accepting handle.

Package

comm

Signature

accepting-handle-name accepting-handle => name

Arguments
accepting-handle
Values
name
A Lisp object.
Description

The function accepting-handle-name returns the name associated with the accepting handle accepting-handle, which is the handle-name argument to accept-tcp-connections-creating-async-io-states.

This name is used when printing the handle, so its printed representation should be reasonably short. Otherwise it is not restricted.

See also

accepting-handle
accept-tcp-connections-creating-async-io-states
25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26