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

roar_vs_noop - Send NOOP command to server

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.

Examples

       FIXME

Name

       roar_vs_noop - Send NOOP command to server

Parameters

vss    The VS object to be used as server connection.

       error  This is a pointer to a integer used to store the error value in case of error.  This can  be  NULL
              if  not  used  but it is very recommended to use this error value to report good error messages to
              the user.

Return Value

       On success these calls return 0.  On error, -1 is returned.

See Also

roarvs(7), libroar(7), RoarAudio(7).

RoarAudio                                           May 2011                                     roar_vs_noop(3)

Synopsis

       #include <roaraudio.h>

       int roar_vs_noop(roar_vs_t * vss, int * error);

See Also