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

accepting-handle-user-info Function

Summary

Returns the user-info associated with an accepting handle.

Package

comm

Signature

accepting-handle-user-info accepting-handle => result

Arguments
accepting-handle
Values
result
A Lisp object.
Description

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

The system does nothing with the user-info, and its purpose is to allow you to pass information to the connection-function of accept-tcp-connections-creating-async-io-states.

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