table of contents
roar_vs_noop(3) | RoarAudio Programmer's Manual | roar_vs_noop(3) |
NAME¶
roar_vs_noop - Send NOOP command to server
SYNOPSIS¶
#include <roaraudio.h>
int roar_vs_noop(roar_vs_t * vss, int * error);
DESCRIPTION¶
This function sends a NOOP command to the server. This is useful to ping the server or to be used as keep-alive.
This function may be implemented as a macro.
PARAMETERS¶
RETURN VALUE¶
On success these calls return 0. On error, -1 is returned.
EXAMPLES¶
FIXME
SEE ALSO¶
May 2011 | RoarAudio |