Net::RRP::Response::n531 - the rrp response 531 representation


Net-RRP documentation Contained in the Net-RRP distribution.

Index


Code Index:

NAME

Top

Net::RRP::Response::n531 - the rrp response 531 representation

SYNOPSIS

Top

 use Net::RRP::Response::n531;
 my $response = new Net::RRP::Response::n531;

DESCRIPTION

Top

Net::RRP::Response::n531 - the 531 rrp response representation. See base class Net::RRP::Response(3) for more details.

AUTHOR AND COPYRIGHT

Top

SEE ALSO

Top

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


Net-RRP documentation Contained in the Net-RRP distribution.
package Net::RRP::Response::n531;

use strict;
use Net::RRP::Response;
@Net::RRP::Response::n531::ISA     = qw(Net::RRP::Response);
$Net::RRP::Response::n531::VERSION = '0.1';

sub getCode { 531 };

1;

__END__