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

NextPrevUpTopContentsIndex

accepting-handle-local-port

Function
Summary

Returns the local port number to which the socket in an accepting-handle was bound.

Package

comm

Signature

accepting-handle-local-port accepting-handle => port-number

Arguments

accepting-handle

An object of type accepting-handle.

Values

port-number

An integer.

Description

The function accepting-handle-local-port returns the local port number to which the socket in the accepting-handle accepting-handle was bound.

See also

accepting-handle
accept-tcp-connections-creating-async-io-states


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex