muroar_noop - Send no-operation command to RoarAudio sound daemon
Contents
Description
This function sends a no-operation command to the sound daemon fh is connected to. fh need to be
connected using muroar_connect(3) to a sound server supporting the RoarAudio protocol and the NOOP
command.
This function can be used to "ping" the server. It may for example be used as keep-alive for long running
connections where no data is transferred.
History
This function first appeared in muRoar version 0.1.2.
Name
muroar_noop - Send no-operation command to RoarAudio sound daemon
Return Value
On success this call return 0. On error, -1 is returned.
See Also
muroar_connect(3), muroar_quit(3), RoarAudio(7). muRoar April 2012 muroar_noop(3)
Synopsis
#include <muroar.h>
int muroar_noop (muroar_t fh);
