| Net-RRP documentation | view source | Contained in the Net-RRP distribution. |
Net::RRP::Request::Describe - rrp describe request representation.
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' );
This is a rrp describe request representation class.
return a 'Describe'
throw Net::RRP::Exception::InvalidEntityValue immediate
Pass only Target option with Protocol value. Throw Net::RRP::Exception::InvalidCommandOption in other case.
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.
Net::RRP::Request(3), Net::RRP::Codec(3), RFC 2832
| Net-RRP documentation | view source | Contained in the Net-RRP distribution. |