Returns the local address and port number for an async-io-state that has a socket.
comm
async-io-state-address async-io-state => address, port
async-io-state⇩ |
An async-io-state. |
address⇩ |
An integer or an ipv6-address object. |
port⇩ |
An integer. |
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 async-io-state.
port is the local port number of the socket in async-io-state.
async-io-state-peer-address
get-socket-address
25.7.2 The Async-I/O-State API
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26