source: roaraudio/doc/man3/roar_vs_noop.3 @ 5039:79df3bd1b4f7

Last change on this file since 5039:79df3bd1b4f7 was 5039:79df3bd1b4f7, checked in by phi, 13 years ago

added manpages for roar_vs_noop(), roar_vs_read() and roar_vs_write()

File size: 902 bytes
Line 
1.\" roar_simple_play.3:
2
3.TH "roar_vs_noop" "3" "May 2011" "RoarAudio" "RoarAudio Programmer's Manual"
4
5.SH NAME
6roar_vs_noop \- Send NOOP command to server
7
8.SH SYNOPSIS
9
10#include <roaraudio.h>
11
12int roar_vs_noop(roar_vs_t * vss, int * error);
13
14.SH "DESCRIPTION"
15This function sends a NOOP command to the server.
16This is useful to ping the server or to be used as keep-alive.
17
18This function may be implemented as a macro.
19
20.SH "PARAMETERS"
21.TP
22\fBvss\fR
23The VS object to be used as server connection.
24
25.TP
26\fBerror\fR
27This is a pointer to a integer used to store the error value in case of error.
28This can be NULL if not used but it is very recommended to use this error value to report
29good error messages to the user.
30
31.SH "RETURN VALUE"
32On success these calls return 0.  On error, \-1 is returned.
33
34.SH "EXAMPLES"
35FIXME
36
37.SH "SEE ALSO"
38\fBroarvs\fR(7),
39\fBlibroar\fR(7),
40\fBRoarAudio\fR(7).
41
42.\" ll
Note: See TracBrowser for help on using the repository browser.