The R Project SVN R

Rev

Rev 61150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61150 Rev 61433
Line 17... Line 17...
17
  \item{timeout}{numeric or \code{NULL}. Time in seconds to wait for a
17
  \item{timeout}{numeric or \code{NULL}. Time in seconds to wait for a
18
                 socket to become available; \code{NULL} means wait
18
                 socket to become available; \code{NULL} means wait
19
                 indefinitely.}
19
                 indefinitely.}
20
}
20
}
21
\description{
21
\description{
22
  Waits for the first of several socket connections to become available.  
22
  Waits for the first of several socket connections to become available.
23
}
23
}
24
\value{Logical the same length as \code{socklist} indicating
24
\value{Logical the same length as \code{socklist} indicating
25
  whether the corresponding socket connection is available for
25
  whether the corresponding socket connection is available for
26
  output or input, depending on the corresponding value of \code{write}.
26
  output or input, depending on the corresponding value of \code{write}.
27
}
27
}