next up previous contents index
Next: 7.3 oskit_blkio: Block I/O Up: 7.2 oskit_asyncio: Asynchronous I/O Previous: 7.2.3 remove_listener: Disassociate a

7.2.4 readable: Return the number of bytes available for reading from this object

 

SYNOPSIS

#include <oskit/io/asyncio.h>

OSKIT_COMDECL oskit_asyncio_readable(oskit_asyncio_t *io);

DESCRIPTION

Returns the number of bytes that can be read from the I/O object.

PARAMETERS

io
The async I/O object.

RETURNS

The number of bytes available for reading.



Utah Flux Research Group