POE::Component::Client::MPD::Message - a message from POCOCM
Contents
Copyright And License
This software is copyright (c) 2007 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.40.1 2025-04-11 POE::Component:...t::MPD::Message(3pm)
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
