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

NAME

Device::ISDN::OCLM::ISDNStatistics - OCLM ISDN statistics

SYNOPSIS

 $status = $lanmodem->getISDNStatistics ();
 ...
 $info = $lanmodem->isdnStatistics ();
 $tei = $info->tei ();

DESCRIPTION

This class encapsulates 3com OCLM ISDN statistics, including line status, etc.

This class is a subclass of Device::ISDN::OCLM::Statistics.

CONSTRUCTORS

Extract instances of this class from Device::ISDN::OCLM::LanModem.

METHODS

The following methods are provided:

$copy = $info->clone ()

This method returns a clone of this object.

$l1 = $info->layer1 ()

This method returns the layer 1 status.

$l2 = $info->layer2 ()

This method returns the layer 2 status.

$tei = $info->tei ()

This method returns the line TEI.

$str = $info->toString ()

This method returns a textual representation of this object.

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>