mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c17025d90f
Upgrade to v1.8b3. Fix for Perl5.
14 lines
621 B
Plaintext
14 lines
621 B
Plaintext
This is a Perl5 extension module which provides an interface to the
|
|
UCD-SNMP library.
|
|
|
|
Description:
|
|
|
|
The basic operations offered by SNMP are provided through an object
|
|
oriented interface for modularity and ease of use. The primary object is
|
|
SNMP::Session which is implemented as a blessed hash reference. The
|
|
object supports 'get', 'set', and 'getNext' method calls. All calls are
|
|
blocking/synchronous (i.e., they must receive a response or timeout
|
|
before control is returned to the caller). The methods take a variety of
|
|
input argument formats (example/* for examples). A description of the
|
|
objects data fields follow.
|