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

NAME

ZOOM::IRSpy::Connection - ZOOM::Connection subclass with IRSpy functionality

DESCRIPTION

This class provides some additional private data and methods that are used by IRSpy but which would be useless in any other application. Keeping the private data in these objects removes the need for ugly mappings in the IRSpy object itself; adding the methods makes the application code cleaner.

The constructor takes an two additional leading arguments: a reference to the IRSpy object that it is associated with, and the target ID of the connection.

SEE ALSO

ZOOM::IRSpy

AUTHOR

Mike Taylor, <mike@indexdata.com>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Index Data ApS.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.