MySnmpCrawler API

Package snmp.message.datatype

Provides the classes to define the SNMP datatype (object syntax).

See:
          Description

Interface Summary
SnmpDatatype This interface provides the methods to set the Java object value, get the Java object value, and check the expected Java datatype compatible to SnmpSyntax object.
 

Class Summary
MySnmpCrawlerCounter32 Represents Counter (Counter32).
MySnmpCrawlerCounter64 Represents Counter64.
MySnmpCrawlerGauge32 Represents Gauge (Gauge32).
MySnmpCrawlerInt32 Represents INTEGER (Int32).
MySnmpCrawlerIPAddress Represents IpAddress.
MySnmpCrawlerNull Represents NULL.
MySnmpCrawlerObjectId This class is the subclass of the SnmpObjectId.
MySnmpCrawlerOctetString Represents OCTET STRING.
MySnmpCrawlerOpaque Represents Opaque.
MySnmpCrawlerTimeTicks Represents TimeTicks.
SnmpDatatypeFactory This factory class contains the prototype objects that are used to create the new SnmpDatatype objects.
 

Package snmp.message.datatype Description

Provides the classes to define the SNMP datatype (object syntax).

Since:
0.1.0

MySnmpCrawler API