1libssh2_poll_channel_read(3)        libssh2       libssh2_poll_channel_read(3)
2
3
4

NAME

6       libssh2_poll_channel_read - check if data is available
7

SYNOPSIS

9       #include <libssh2.h>
10
11       int
12       libssh2_poll_channel_read(LIBSSH2_CHANNEL *channel, int extended);
13

DESCRIPTION

15       This function is deprecated. Do note use.
16
17       libssh2_poll_channel_read(3)  checks to see if data is available in the
18       channel's read buffer. No attempt is made with this method  to  see  if
19       packets  are  available  to be processed. For full polling support, use
20       libssh2_poll(3).
21

RETURN VALUE

23       Returns 1 when data is available and 0 otherwise.
24

SEE ALSO

26       libssh2_poll(3)
27
28
29
30libssh2 0.15                      14 Dec 2006     libssh2_poll_channel_read(3)
Impressum