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

NextPrevUpTopContentsIndex

async-io-state-address

Function
Summary

Returns the local address and port number for an async-io-state that has a socket.

Package

comm

Signature

async-io-state-address async-io-state => address, port

Arguments

async-io-state

An async-io-state.

Values

address

An integer or an ipv6-address object.

port

An integer.

Description

The function async-io-state-address returns the local address and port number for async-io-state if it has a socket (currently all states).

address is the local host address of the socket in the state.

port is the local port number of the socket in the state.

See also

async-io-state-peer-address
get-socket-address
The Async-I/O-State API


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex