debian man page for roar_socket_nonblock

Query: roar_socket_nonblock

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

roar_socket_nonblock(3) 				System Manager's Manual: RoarAudio				   roar_socket_nonblock(3)

NAME
roar_socket_nonblock - Sets blocking state of a socket
SYNOPSIS
#include <roaraudio.h> int roar_socket_nonblock(int fh, int state);
DESCRIPTION
Sets the blocking mode of a given filehandle. For information on nonblocking IO see open(2) an look for O_NONBLOCK.
PARAMETERS
fh The filehandle to set the new state on. state The new state. This may be ROAR_SOCKET_BLOCK to sett blocking or ROAR_SOCKET_NONBLOCK to set nonblocking mode. ROAR_SOCKET_NONBLOCK is the same as setting O_NONBLOCK within open(2).
RETURN VALUE
On success these calls return 0. On error, -1 is returned.
EXAMPLES
FIXME
SEE ALSO
open(2), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_socket_nonblock(3)
Related Man Pages
roar_connectionunref(3) - debian
roar_simple_close(3) - debian
roar_simple_connect(3) - debian
roar_stream_connect_to(3) - debian
roar_vs_run(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results
New UNIX and Linux History Sections