1libssh2_poll_channel_read(3)    libssh2 manual    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 libssh2_poll_channel_read(LIBSSH2_CHANNEL *channel, int extended);
12

DESCRIPTION

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

RETURN VALUE

20       Returns 1 when data is available and 0 otherwise.
21

SEE ALSO

23       libssh2_poll(3)
24
25
26
27libssh2 0.15                      14 Dec 2006     libssh2_poll_channel_read(3)
Impressum