1libssh2_poll_channel_read(3) libssh2 manual libssh2_poll_channel_read(3)
2
3
4
6 libssh2_poll_channel_read - check if data is available
7
9 #include <libssh2.h>
10
11 int libssh2_poll_channel_read(LIBSSH2_CHANNEL *channel, int extended);
12
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
20 Returns 1 when data is available and 0 otherwise.
21
23 libssh2_poll(3)
24
25
26
27libssh2 0.15 14 Dec 2006 libssh2_poll_channel_read(3)