NAME
Device::ISDN::OCLM::Last10Statistics - OCLM Last10 call statistics
SYNOPSIS
$status = $lanmodem->getLast10Statistics ();
...
$info = $lanmodem->Last10Statistics ();
$sp = $info->serviceProvider (1);
DESCRIPTION
This class encapsulates 3com OCLM last 10 call statistics, including known service providers and whether or not they are currently connected.
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.
- $typ = $info->callType ($index)
-
This method returns the call type of the specified call (1-offset) or undef.
- $sp = $info->serviceProvider ($index)
-
This method returns the name of the service provider of the specified call (1-offset) or undef.
- $dur = $info->duration ($index)
-
This method returns the duration of the specified call (1-offset) or undef.
- $reason = $info->initiationReason ($index)
-
This method returns the initiation reason of the specified call (1-offset) or undef.
- $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>