logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

muroar_noop - Send no-operation command to RoarAudio sound daemon

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);

See Also