new(oid=>$oid,type=>$type,value=>$value)
Constructor. $oid can be either a string or an SNMP::Class::OID. Normally this method should almost never be used, as the user rarely has to construct this kind of objects by hand.
dump
Use this method with no arguments to get a human readable string representation of the object. Example: "ifName.3 eth0 OCTET-STR"
AUTHOR
Athanasios Douitsis, <aduitsis at cpan.org>
BUGS
Please report any bugs or feature requests to bug-snmp-class-varbind at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SNMP::Class. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc SNMP::Class
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Athanasios Douitsis, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.