.\" muroar_noop.3 .TH "muroar_noop" "3" "April 2012" "muRoar" "muRoar Programmer's Manual" .SH NAME muroar_noop \- Send no-operation command to RoarAudio sound daemon .SH SYNOPSIS #include int muroar_noop (muroar_t fh); .SH "DESCRIPTION" This function sends a no-operation command to the sound daemon \fBfh\fR is connected to. \fBfh\fR need to be connected using \fBmuroar_connect\fR(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. .SH "RETURN VALUE" On success this call return 0. On error, \-1 is returned. .SH HISTORY This function first appeared in muRoar version 0.1.2. .SH "SEE ALSO" \fBmuroar_connect\fR(3), \fBmuroar_quit\fR(3), \fBRoarAudio\fR(7). .\" ll