[][src]Module mpd_protocol::sync

Basic facilities for using the protocol using synchronous IO.

Functions

connect

Connect to a server using the given IO.

receive

Read a complete response from the given IO.

send

Send the given Command using the given IO.

send_list

Send the given CommandList using the given IO.