logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Jerome Quelin

Description

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

Name

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

Public Methods

       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.

Synopsis

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

Version

       version 2.001

See Also