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

NAME

Device::ISDN::OCLM::Statistics - OCLM statistics superclass

SYNOPSIS

 $fields = $info->supportedFields ();
 foreach my $field (@{$fields}) {
   ...
 }

DESCRIPTION

This is the superclass of various OCLM statistics classes.

METHODS

The following methods are provided:

$copy = $info->clone ()

This method returns a clone of the subclass.

$fields = $lanmodem->suppoertedFields ()

This method returns a reference to a list of all the statistics fields supported by the subclass.

$str = $lanmodem->toString ()

This method returns a textual representation of the subclass.

COPYRIGHT

Copyright 1999-2000 Merlin Hughes.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Merlin Hughes <merlin@merlin.org>