roar_vs_noop
Send NOOP command to server
- Provided by: libroar-dev (Version: 1.0~beta12-4)
- Source: roaraudio
- Report a bug
Send NOOP command to server
#include <roaraudio.h>
int roar_vs_noop(roar_vs_t * vss, int * error);
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.
On success these calls return 0. On error, -1 is returned.
FIXME