The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::RRP::Request::Describe - rrp describe request representation.

SYNOPSIS

 use Net::RRP::Request::Describe;
 my $describeRequest = new Net::RRP::Request::Describe ( Target => 'Protocol' );
 my $describeRequest1 = new Net::RRP::Request::Describe ();
 $describeRequest1->setOption ( Target => 'Protocol' );

DESCRIPTION

This is a rrp describe request representation class.

getName

return a 'Describe'

setEntity

throw Net::RRP::Exception::InvalidEntityValue immediate

setOption

Pass only Target option with Protocol value. Throw Net::RRP::Exception::InvalidCommandOption in other case.

AUTHOR AND COPYRIGHT

 Net::RRP::Request::Describe (C) Michael Kulakov, Zenon N.S.P. 2000
                        125124, 19, 1-st Jamskogo polja st,
                        Moscow, Russian Federation

                        mkul@cpan.org

 All rights reserved.

 You may distribute this package under the terms of either the GNU
 General Public License or the Artistic License, as specified in the
 Perl README file.

SEE ALSO

Net::RRP::Request(3), Net::RRP::Codec(3), RFC 2832