POE::Component::Client::MPD::Message - a message from POCOCM


POE-Component-Client-MPD documentation  | view source Contained in the POE-Component-Client-MPD distribution.

Index


NAME

Top

POE::Component::Client::MPD::Message - a message from POCOCM

VERSION

Top

version 1.100430

SYNOPSIS

Top

    print $msg->data . "\n";

DESCRIPTION

Top

POE::Component::Client::MPD::Message is more a placeholder for a hash ref with some pre-defined keys.

PUBLIC METHODS

Top

This module has a new() constructor, which should only be called by one of the POCOCM's modules.

The other public methods are the following accessors:

* request()

The event sent to POCOCM.

* params()

The params of the event to POCOCM, as sent by client.

* status()

The status of the request. True for success, False in case of error.

AUTHOR

Top

  Jerome Quelin

COPYRIGHT AND LICENSE

Top


POE-Component-Client-MPD documentation  | view source Contained in the POE-Component-Client-MPD distribution.