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

NAME

Device::ISDN::OCLM::SystemStatistics - OCLM system statistics

SYNOPSIS

 $status = $lanmodem->getSystemStatistics ();
 ...
 $info = $lanmodem->systemStatistics ();
 $upTime = $info->upTime ();

DESCRIPTION

This class encapsulates 3com OCLM system statistics, including serial number, firmware version, 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.

$id = $info->productID ()

This method returns the device product ID.

$sn = $info->serialNumber ()

This method returns the device serial number.

$addr = $info->ethernetAddress ()

This method returns the device ethernet address. Note that this is the NIC address, not the IP address.

$sv = $info->systemVersion ()

This method returns the device system software version.

$bv = $info->bootVersion ()

This method returns the device boot software version.

$ut = $info->upTime ()

This method returns the device up-time.

$dat = $info->date ()

This method returns the device date.

$tim = $info->upTime ()

This method returns the device time.

$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>