monky-2.2.0.0: A system state collecting library and application
Monky.Examples.MPD
Description
Synopsis
data MPDHandle Source #
The handle for this example
Instances
Methods
startEvtLoop :: MPDHandle -> ([MonkyOut] -> IO ()) -> IO () Source #
getOutput :: MPDHandle -> IO [MonkyOut] Source #
initialize :: MPDHandle -> IO () Source #
getMPDHandle Source #
Arguments
The host to connect to
The port to connect to
Get an MPDHandle (server has to be running when this is executed)
MPDHandle