libmpdclient 2.22
Functions
send.h File Reference

MPD client library. More...

#include "compiler.h"
#include <stdbool.h>
Include dependency graph for send.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

mpd_sentinel bool mpd_send_command (struct mpd_connection *connection, const char *command,...)
 

Detailed Description

MPD client library.

Do not include this header directly. Use mpd/client.h instead.

Definition in file send.h.

Function Documentation

◆ mpd_send_command()

mpd_sentinel bool mpd_send_command ( struct mpd_connection connection,
const char *  command,
  ... 
)

Sends a command with arguments to the MPD server. The argument list must be terminated with a NULL.

Parameters
connectionthe connection to the MPD server
commandthe command to be sent
Returns
true on success