Next Prev Up Top Contents Index

stream-read-timeout

Generic Function
Summary

Accesses the read-timeout property of a socket stream.

Package

stream

Signature

stream-read-timeout stream => timeout

Arguments

stream

A socket stream.

Values

timeout

A positive number or nil .

Description

The generic function stream-read-timeout reads the current read-timeout of an instance of comm:socket-stream .

(setf stream-read-timeout) sets the read-timeout of an instance of comm:socket-stream .

See also

socket-stream
open-tcp-stream


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index