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 This function is deprecated. Do note use.
15
16 libssh2_poll_channel_read(3) checks to see if data is available in the
17 channel's read buffer. No attempt is made with this method to see if
18 packets are available to be processed. For full polling support, use
19 libssh2_poll(3).
20
22 Returns 1 when data is available and 0 otherwise.
23
25 libssh2_poll(3)
26
27
28
29libssh2 0.15 14 Dec 2006 libssh2_poll_channel_read(3)