debian man page for roar_simple_get_standby

Query: roar_simple_get_standby

OS: debian

Section: 3

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

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

NAME
roar_simple_get_standby - Get RoarAudio's standby state
SYNOPSIS
#include <roaraudio.h> int roar_simple_get_standby(int fh);
DESCRIPTION
Asks the server for it's standby state. This function is marked obsolete and will be removed soon. Use roar_get_standby(3).
PARAMETERS
fh FIXME
RETURN VALUE
On success this call return ROAR_STANDBY_ACTIVE or ROAR_STANDBY_INACTIVE. On error, -1 is returned.
EXAMPLES
FIXME
SEE ALSO
roar_get_standby(3), libroar(7), RoarAudio(7). RoarAudio May 2011 roar_simple_get_standby(3)
Related Man Pages
roar_connect(3) - debian
roar_disconnect(3) - debian
roar_get_vol(3) - debian
roar_simple_close(3) - debian
roar_stream_exec(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file